diff options
author | Ian Molton <spyro@f2s.com> | 2008-07-15 11:04:22 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-08-10 17:30:09 -0400 |
commit | ec43b8161bd82535fa8099ee6e98cc554de48614 (patch) | |
tree | da8e3e5203d93b26ab5d497e4d9cb0e87c1784d2 /drivers/mtd/nand/Kconfig | |
parent | 8a4fbe013fb6a2a65a4eddcddb888ebe38d0270d (diff) |
mfd: driver for the TMIO NAND controller
This patch adds support for the NAND controller commonly found in
TMIO based MFDs.
Signed-off-by: Ian Molton <spyro@f2s.com>
Acked-By: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 02f9cc30d77b..fd6debb24252 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -351,6 +351,13 @@ config MTD_NAND_PASEMI | |||
351 | Enables support for NAND Flash interface on PA Semi PWRficient | 351 | Enables support for NAND Flash interface on PA Semi PWRficient |
352 | based boards | 352 | based boards |
353 | 353 | ||
354 | config MTD_NAND_TMIO | ||
355 | tristate "NAND Flash device on Toshiba Mobile IO Controller" | ||
356 | depends on MTD_NAND && MFD_CORE | ||
357 | help | ||
358 | Support for NAND flash connected to a Toshiba Mobile IO | ||
359 | Controller in some PDAs, including the Sharp SL6000x. | ||
360 | |||
354 | config MTD_NAND_NANDSIM | 361 | config MTD_NAND_NANDSIM |
355 | tristate "Support for NAND Flash Simulator" | 362 | tristate "Support for NAND Flash Simulator" |
356 | depends on MTD_PARTITIONS | 363 | depends on MTD_PARTITIONS |