diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-11 22:35:28 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-11 22:35:28 +0100 |
commit | 179fdc3f8dec5757ddbebd95a1b493d65fa08671 (patch) | |
tree | 422f229859e847b5987ec7f0d757eecbdac2f6df /drivers/mtd/nand/Kconfig | |
parent | b04ecae3d62edea2af49fd40ab12435b5ad8a492 (diff) | |
download | blackbird-op-linux-179fdc3f8dec5757ddbebd95a1b493d65fa08671.tar.gz blackbird-op-linux-179fdc3f8dec5757ddbebd95a1b493d65fa08671.zip |
[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 tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" depends on MTD_NAND && ARCH_PXA +config MTD_NAND_CS553X + tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" + depends on MTD_NAND && X86_PC && PCI + config MTD_NAND_NANDSIM tristate "Support for NAND Flash Simulator" depends on MTD_NAND && MTD_PARTITIONS |