aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-04-17 13:30:57 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-04-17 13:30:57 -0400
commit1cf9827b6852d5d81130efbf2e777e50b7126d23 (patch)
treea5a51edb4fbb73930b3afff2a3b929afb75d6f39 /drivers/mtd/nand/Kconfig
parent90424de8d0646eaf7cddbdb111edaf429dea6042 (diff)
[MTD] [NAND] Move ancient NAND chip support into a config option
The support for obsolete ancient NAND chips adds .data size and one of the old ids conflicts with a modern one. Make the support for such chips depending on a config option. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 2d12dcdd740c..49cbf510cce1 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -31,6 +31,15 @@ config MTD_NAND_ECC_SMC
31 Software ECC according to the Smart Media Specification. 31 Software ECC according to the Smart Media Specification.
32 The original Linux implementation had byte 0 and 1 swapped. 32 The original Linux implementation had byte 0 and 1 swapped.
33 33
34config MTD_NAND_MUSEUM_IDS
35 bool "Enable chip ids for obsolete ancient NAND devices"
36 depends on MTD_NAND
37 default n
38 help
39 Enable this option only when your board has first generation
40 NAND chips (page size 256 byte, erase size 4-8KiB). The IDs
41 of these chips were reused by later, larger chips.
42
34config MTD_NAND_AUTCPU12 43config MTD_NAND_AUTCPU12
35 tristate "SmartMediaCard on autronix autcpu12 board" 44 tristate "SmartMediaCard on autronix autcpu12 board"
36 depends on MTD_NAND && ARCH_AUTCPU12 45 depends on MTD_NAND && ARCH_AUTCPU12