aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-09-02 11:16:59 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-09-02 17:35:36 -0400
commit34f6e15786293e8d6ed05f9c19ed784ff15d2702 (patch)
treeaf0485025a277b4e64d31df91fa5fa0ca08d5e1c /drivers/mtd/nand/Kconfig
parent2675e9447bb5c861dbd29c5fe55b7ce2ad3ff0f5 (diff)
[MTD] [NAND] Freescale i.MX2 NAND driver
This patch adds support for the integrated NAND flash controller of the i.MX2 and i.MX3 family. It is tested on MX27 but should work on MX3 aswell. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 6eebe852b9b3..7153854eb83a 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -407,4 +407,11 @@ config MTD_NAND_FSL_UPM
407 Enables support for NAND Flash chips wired onto Freescale PowerPC 407 Enables support for NAND Flash chips wired onto Freescale PowerPC
408 processor localbus with User-Programmable Machine support. 408 processor localbus with User-Programmable Machine support.
409 409
410config MTD_NAND_MXC
411 tristate "MXC NAND support"
412 depends on ARCH_MX2
413 help
414 This enables the driver for the NAND flash controller on the
415 MXC processors.
416
410endif # MTD_NAND 417endif # MTD_NAND