diff options
author | Andrew Victor <andrew@sanpeople.com> | 2006-10-19 12:24:35 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-21 11:28:26 -0400 |
commit | 42cb1403af8a755b3dfebeb9d2a5f73bc48832a1 (patch) | |
tree | 3a0c15e9f71da1f83ff4914d2c3815be7f89bbaf /drivers/mtd/nand/Kconfig | |
parent | c7cf0c68ea4e2020db7204eb0ed4412b2cbb167d (diff) |
[MTD] NAND: AT91 NAND driver
This version only differs from version posted by Savin Zlobec (20 Jun
2006) in that the AT91RM9200-specific chip-select / bus setup code has
been moved from the at91_nand.c driver into the processor-specific file.
From: Savin Zlobec <savin@epico.si>
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 |