aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorWan ZongShun <mcuos.com@gmail.com>2009-07-10 03:17:27 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-09-19 16:17:05 -0400
commit8bff82cbc30884fc52969608d090d874641e7196 (patch)
treee1fff7ae38250be5c7a10896ee85fa5d657c9ed3 /drivers/mtd/nand/Kconfig
parentfc28c39f0ef59bfb649ddfd633275be8e45c0f9c (diff)
mtd: add nand support for w90p910 (v2)
Add w90p910 NAND driver for w90p910 evaluation board based on w90p910,there is a K8F1G08 NAND on my board. [dwmw2: depend on MTD_PARTITIONS] Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> 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 ce96c091f01b..707d7ee495df 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -452,4 +452,11 @@ config MTD_NAND_SOCRATES
452 help 452 help
453 Enables support for NAND Flash chips wired onto Socrates board. 453 Enables support for NAND Flash chips wired onto Socrates board.
454 454
455config MTD_NAND_W90P910
456 tristate "Support for NAND on w90p910 evaluation board."
457 depends on ARCH_W90X900 && MTD_PARTITIONS
458 help
459 This enables the driver for the NAND Flash on evaluation board based
460 on w90p910.
461
455endif # MTD_NAND 462endif # MTD_NAND