summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorRoland Stigge2012-06-30 18:50:38 +0200
committerDavid Woodhouse2012-07-06 19:27:04 +0200
commit70f7cb78ec534301d13af1786b86f13fd96147eb (patch)
treed4a735562cb81f196bc423f07e8584347bd40951 /drivers/mtd/nand/Kconfig
parentmtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessary (diff)
downloadkernel-qcow2-linux-70f7cb78ec534301d13af1786b86f13fd96147eb.tar.gz
kernel-qcow2-linux-70f7cb78ec534301d13af1786b86f13fd96147eb.tar.xz
kernel-qcow2-linux-70f7cb78ec534301d13af1786b86f13fd96147eb.zip
mtd: add LPC32xx MLC NAND driver
This patch adds a driver for the MLC NAND controller of the LPC32xx SoC. [dwmw2: 21st century pedantry] Signed-off-by: Roland Stigge <stigge@antcom.de> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index de6997832dad..adee4681f98f 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -425,6 +425,17 @@ config MTD_NAND_SLC_LPC32XX
Please check the actual NAND chip connected and its support
by the SLC NAND controller.
+config MTD_NAND_MLC_LPC32XX
+ tristate "NXP LPC32xx MLC Controller"
+ depends on ARCH_LPC32XX
+ help
+ Uses the LPC32XX MLC (i.e. for Multi Level Cell chips) NAND
+ controller. This is the default for the WORK92105 controller
+ board.
+
+ Please check the actual NAND chip connected and its support
+ by the MLC NAND controller.
+
config MTD_NAND_CM_X270
tristate "Support for NAND Flash on CM-X270 modules"
depends on MACH_ARMCORE