summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorTzachi Perelstein2007-10-17 01:10:40 +0200
committerDavid Woodhouse2007-12-03 14:03:46 +0100
commit2a1dba2931dc14a2a202eef435ab24cf6bc6dbd4 (patch)
tree242cd1dff1c47df15ae027afa2d84b757359fff7 /drivers/mtd/nand/Kconfig
parent[MTD] [NOR] Attempt to clean up the JEDEC unlock address confusion (diff)
downloadkernel-qcow2-linux-2a1dba2931dc14a2a202eef435ab24cf6bc6dbd4.tar.gz
kernel-qcow2-linux-2a1dba2931dc14a2a202eef435ab24cf6bc6dbd4.tar.xz
kernel-qcow2-linux-2a1dba2931dc14a2a202eef435ab24cf6bc6dbd4.zip
[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/Kconfig9
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
These two (and possibly other) Alauda-based cardreaders for
SmartMedia and xD allow raw flash access.
+config MTD_NAND_ORION
+ tristate "NAND Flash support for Marvell Orion SoC"
+ depends on ARCH_ORION && MTD_NAND
+ help
+ This enables the NAND flash controller on Orion machines.
+
+ No board specific support is done by this driver, each board
+ must advertise a platform_device for the driver to attach.
+
endif # MTD_NAND