summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorRoland Stigge2012-06-07 12:22:15 +0200
committerDavid Woodhouse2012-07-06 19:17:07 +0200
commit2944a44da09e46b6db2fd2c3334f242b09e05c43 (patch)
tree3ad0ccc685a59a3307ac550024cc157d26ebfb00 /drivers/mtd/nand/Kconfig
parentmtd: nand: teach write_page and write_page_raw return an error code (diff)
downloadkernel-qcow2-linux-2944a44da09e46b6db2fd2c3334f242b09e05c43.tar.gz
kernel-qcow2-linux-2944a44da09e46b6db2fd2c3334f242b09e05c43.tar.xz
kernel-qcow2-linux-2944a44da09e46b6db2fd2c3334f242b09e05c43.zip
mtd: add LPC32xx SLC NAND driver
This patch adds support for the SLC NAND controller inside the LPC32xx SoC. [dwmw2: 21st century pedantry] Signed-off-by: Roland Stigge <stigge@antcom.de> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 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 31bb7e5b504a..b28b57ed51bc 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -454,6 +454,17 @@ config MTD_NAND_PXA3xx
This enables the driver for the NAND flash device found on
PXA3xx processors
+config MTD_NAND_SLC_LPC32XX
+ tristate "NXP LPC32xx SLC Controller"
+ depends on ARCH_LPC32XX
+ help
+ Enables support for NXP's LPC32XX SLC (i.e. for Single Level Cell
+ chips) NAND controller. This is the default for the PHYTEC 3250
+ reference board which contains a NAND256R3A2CZA6 chip.
+
+ Please check the actual NAND chip connected and its support
+ by the SLC NAND controller.
+
config MTD_NAND_CM_X270
tristate "Support for NAND Flash on CM-X270 modules"
depends on MACH_ARMCORE