aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2006-05-21 13:11:55 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-21 13:11:55 -0400
commit3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff (patch)
tree5ca5abdf22e5b9887ea3665fd14c9a91c7c77d0b /drivers/mtd/nand/Kconfig
parent6c8b44abc86a3e23dd1a22c0ee187f06bd7c7f5d (diff)
[MTD] Add Amstrad Delta NAND support
The patch below adds support for the NAND device on the Amstrad Delta. This is a 32MiB 8bit Toshiba device, with the data bus connected to the OMAP MPUIO pins and ALE, CLE, NCE, NRE, NWE and NWP all connected to the Delta's latch2 16bit latch. Signed-Off-By: Jonathan McDowell <noodles@earth.li> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 b1f807980b79..2d0ebad55a49 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -49,6 +49,12 @@ config MTD_NAND_SPIA
49 help 49 help
50 If you had to ask, you don't have one. Say 'N'. 50 If you had to ask, you don't have one. Say 'N'.
51 51
52config MTD_NAND_AMS_DELTA
53 tristate "NAND Flash device on Amstrad E3"
54 depends on MACH_AMS_DELTA && MTD_NAND
55 help
56 Support for NAND flash on Amstrad E3 (Delta).
57
52config MTD_NAND_TOTO 58config MTD_NAND_TOTO
53 tristate "NAND Flash device on TOTO board" 59 tristate "NAND Flash device on TOTO board"
54 depends on ARCH_OMAP && MTD_NAND 60 depends on ARCH_OMAP && MTD_NAND