summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorAndrew Victor2006-10-19 18:24:35 +0200
committerDavid Woodhouse2006-10-21 17:28:26 +0200
commit42cb1403af8a755b3dfebeb9d2a5f73bc48832a1 (patch)
tree3a0c15e9f71da1f83ff4914d2c3815be7f89bbaf /drivers/mtd/nand/Kconfig
parent[JFFS2] Fix jffs2_follow_link() typo (diff)
downloadkernel-qcow2-linux-42cb1403af8a755b3dfebeb9d2a5f73bc48832a1.tar.gz
kernel-qcow2-linux-42cb1403af8a755b3dfebeb9d2a5f73bc48832a1.tar.xz
kernel-qcow2-linux-42cb1403af8a755b3dfebeb9d2a5f73bc48832a1.zip
[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/Kconfig7
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
If you say "m", the module will be called "cs553x_nand.ko".
+config MTD_NAND_AT91
+ bool "Support for NAND Flash / SmartMedia on AT91"
+ depends on MTD_NAND && ARCH_AT91
+ help
+ Enables support for NAND Flash / Smart Media Card interface
+ on Atmel AT91 processors.
+
config MTD_NAND_NANDSIM
tristate "Support for NAND Flash Simulator"
depends on MTD_NAND && MTD_PARTITIONS