aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 05:43:28 -0400
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 05:43:28 -0400
commitce4c61f184864991881ec789f7524f4b332eaafc (patch)
tree405bc1011d919c3b83f252c49a51f40e7d5de536 /drivers/mtd/nand/Kconfig
parent41796c2ea9b74cdf3bc2c368193d15b8ae8950ca (diff)
[MTD] Add support for NDFC NAND controller
NDFC NAND Flash controller is embedded in PPC EP44x SoCs. Add platform driver based support. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 4d235b91267d..c2cb87fc4cb8 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -129,6 +129,12 @@ config MTD_NAND_S3C2410_HWECC
129 currently not be able to switch to software, as there is no 129 currently not be able to switch to software, as there is no
130 implementation for ECC method used by the S3C2410 130 implementation for ECC method used by the S3C2410
131 131
132config MTD_NAND_NDFC
133 tristate "NDFC NanD Flash Controller"
134 depends on MTD_NAND && 44x
135 help
136 NDFC Nand Flash Controllers are integrated in EP44x SoCs
137
132config MTD_NAND_DISKONCHIP 138config MTD_NAND_DISKONCHIP
133 tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)" 139 tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)"
134 depends on MTD_NAND && EXPERIMENTAL 140 depends on MTD_NAND && EXPERIMENTAL