diff options
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 a6f22f5bbef6..a494cce704b9 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -524,4 +524,11 @@ config MTD_NAND_JZ4740 | |||
524 | help | 524 | help |
525 | Enables support for NAND Flash on JZ4740 SoC based boards. | 525 | Enables support for NAND Flash on JZ4740 SoC based boards. |
526 | 526 | ||
527 | config MTD_NAND_FSMC | ||
528 | tristate "Support for NAND on ST Micros FSMC" | ||
529 | depends on PLAT_SPEAR || PLAT_NOMADIK || MACH_U300 | ||
530 | help | ||
531 | Enables support for NAND Flash chips on the ST Microelectronics | ||
532 | Flexible Static Memory Controller (FSMC) | ||
533 | |||
527 | endif # MTD_NAND | 534 | endif # MTD_NAND |