aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2007-04-22 01:53:21 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-04-27 18:04:32 -0400
commit54d33c4c715b80cc022b8e4974a4de693c96fc99 (patch)
tree92ae13b8c791c3db66454aec00ea425158411c90 /drivers/mtd/nand/Kconfig
parentd1da4e50e5d09f02c340927a4fcb7f54202fa033 (diff)
[MTD] [NAND] CM-x270 MTD driver
This patch provides MTD support for NAND flash devices on CM-x270 modules. Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 4e62afe0c0f3..d05873b8c155 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -258,6 +258,11 @@ config MTD_NAND_AT91
258 Enables support for NAND Flash / Smart Media Card interface 258 Enables support for NAND Flash / Smart Media Card interface
259 on Atmel AT91 processors. 259 on Atmel AT91 processors.
260 260
261config MTD_NAND_CM_X270
262 tristate "Support for NAND Flash on CM-X270 modules"
263 depends on MTD_NAND && MACH_ARMCORE
264
265
261config MTD_NAND_NANDSIM 266config MTD_NAND_NANDSIM
262 tristate "Support for NAND Flash Simulator" 267 tristate "Support for NAND Flash Simulator"
263 depends on MTD_PARTITIONS 268 depends on MTD_PARTITIONS