diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-11 17:35:28 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-11 17:35:28 -0400 |
commit | 179fdc3f8dec5757ddbebd95a1b493d65fa08671 (patch) | |
tree | 422f229859e847b5987ec7f0d757eecbdac2f6df /drivers/mtd/nand/Kconfig | |
parent | b04ecae3d62edea2af49fd40ab12435b5ad8a492 (diff) |
[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536 Geode companion chip
This lacks hardware ECC support and a few optimisations we're going to
want fairly soon, but it works well enough to mount and use JFFS2.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index b735ab61c1e7..4a1db31aef6a 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -189,6 +189,10 @@ config MTD_NAND_SHARPSL | |||
189 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" | 189 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" |
190 | depends on MTD_NAND && ARCH_PXA | 190 | depends on MTD_NAND && ARCH_PXA |
191 | 191 | ||
192 | config MTD_NAND_CS553X | ||
193 | tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" | ||
194 | depends on MTD_NAND && X86_PC && PCI | ||
195 | |||
192 | config MTD_NAND_NANDSIM | 196 | config MTD_NAND_NANDSIM |
193 | tristate "Support for NAND Flash Simulator" | 197 | tristate "Support for NAND Flash Simulator" |
194 | depends on MTD_NAND && MTD_PARTITIONS | 198 | depends on MTD_NAND && MTD_PARTITIONS |