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 1831340e5f51..b4b1656735bd 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -232,6 +232,13 @@ config MTD_NAND_CS553X | |||
232 | 232 | ||
233 | If you say "m", the module will be called "cs553x_nand.ko". | 233 | If you say "m", the module will be called "cs553x_nand.ko". |
234 | 234 | ||
235 | config MTD_NAND_AT91 | ||
236 | bool "Support for NAND Flash / SmartMedia on AT91" | ||
237 | depends on MTD_NAND && ARCH_AT91 | ||
238 | help | ||
239 | Enables support for NAND Flash / Smart Media Card interface | ||
240 | on Atmel AT91 processors. | ||
241 | |||
235 | config MTD_NAND_NANDSIM | 242 | config MTD_NAND_NANDSIM |
236 | tristate "Support for NAND Flash Simulator" | 243 | tristate "Support for NAND Flash Simulator" |
237 | depends on MTD_NAND && MTD_PARTITIONS | 244 | depends on MTD_NAND && MTD_PARTITIONS |