diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-04-30 04:36:38 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-30 16:19:44 -0400 |
commit | 7d532dd50de1c0cd7d15ba06ad7261e13474fef2 (patch) | |
tree | 8cdf0c7b882524dcda1ae08e10275817b33af364 /drivers/mtd/nand/Kconfig | |
parent | fbbc21c6a491503e55e08e3f7c4629c1337ea1cc (diff) |
ts72xx NAND driver
The TS-72xx is a series of embedded single board computers from
Technologic Systems based on the Cirrus ep93xx (arm920t based) CPU.
The TS-7200 uses NOR flash, while all the other models in the series
(TS-7250, TS-7260) use NAND flash -- included is a driver for the NAND
flash on those boards.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index cfe288a6e853..b735ab61c1e7 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -55,6 +55,12 @@ config MTD_NAND_TOTO | |||
55 | help | 55 | help |
56 | Support for NAND flash on Texas Instruments Toto platform. | 56 | Support for NAND flash on Texas Instruments Toto platform. |
57 | 57 | ||
58 | config MTD_NAND_TS7250 | ||
59 | tristate "NAND Flash device on TS-7250 board" | ||
60 | depends on MACH_TS72XX && MTD_NAND | ||
61 | help | ||
62 | Support for NAND flash on Technologic Systems TS-7250 platform. | ||
63 | |||
58 | config MTD_NAND_IDS | 64 | config MTD_NAND_IDS |
59 | tristate | 65 | tristate |
60 | 66 | ||