aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2009-03-04 15:01:34 -0500
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-03-20 14:10:48 -0400
commit64fb65baffa5b8f6f2eb3f628dec43c22cd1031f (patch)
tree1f31498a7b2f65bac255c286c66810bf72fa235a /drivers/mtd/nand/Kconfig
parentcbf77c1bd9c79d1742976862d0b2bebaff1ea14d (diff)
[MTD] TXx9 SoC NAND Flash Memory Controller driver
This patch adds support for the integrated NAND flash controller of the TXx9 family. Once upon a time there were tx4925ndfmc and tx4938ndfmc driver. They were removed due to bitrot in 2005. This new driver is completely rewritten based on a driver in CELF patch archive. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Cc: Ralf Bächle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 30d6fbc30c3..68ae144ce3b 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -434,4 +434,10 @@ config MTD_NAND_DAVINCI
434 Enable the driver for NAND flash chips on Texas Instruments 434 Enable the driver for NAND flash chips on Texas Instruments
435 DaVinci processors. 435 DaVinci processors.
436 436
437config MTD_NAND_TXX9NDFMC
438 tristate "NAND Flash support for TXx9 SoC"
439 depends on SOC_TX4938 || SOC_TX4939
440 help
441 This enables the NAND flash controller on the TXx9 SoCs.
442
437endif # MTD_NAND 443endif # MTD_NAND