diff options
author | Tzachi Perelstein <tzachi@marvell.com> | 2007-10-16 19:10:40 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-12-03 08:03:46 -0500 |
commit | 2a1dba2931dc14a2a202eef435ab24cf6bc6dbd4 (patch) | |
tree | 242cd1dff1c47df15ae027afa2d84b757359fff7 /drivers/mtd/nand/Kconfig | |
parent | cec80bf2cc5283f2f00c34f474be857e5c9f6f65 (diff) |
[MTD] [NAND] Marvell Orion device bus NAND controller
Driver for the device bus NAND controller in the Marvell Orion family
of ARM SoCs.
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Jörn Engel <joern@logfs.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f8db62512090..0a840d5d75ae 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -312,4 +312,13 @@ config MTD_ALAUDA | |||
312 | These two (and possibly other) Alauda-based cardreaders for | 312 | These two (and possibly other) Alauda-based cardreaders for |
313 | SmartMedia and xD allow raw flash access. | 313 | SmartMedia and xD allow raw flash access. |
314 | 314 | ||
315 | config MTD_NAND_ORION | ||
316 | tristate "NAND Flash support for Marvell Orion SoC" | ||
317 | depends on ARCH_ORION && MTD_NAND | ||
318 | help | ||
319 | This enables the NAND flash controller on Orion machines. | ||
320 | |||
321 | No board specific support is done by this driver, each board | ||
322 | must advertise a platform_device for the driver to attach. | ||
323 | |||
315 | endif # MTD_NAND | 324 | endif # MTD_NAND |