summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse2006-05-11 23:35:28 +0200
committerDavid Woodhouse2006-05-11 23:35:28 +0200
commit179fdc3f8dec5757ddbebd95a1b493d65fa08671 (patch)
tree422f229859e847b5987ec7f0d757eecbdac2f6df /drivers/mtd/nand/Kconfig
parent[MTD] Fix capitalisation in export of DiskOnChip Millennium initfunc (diff)
downloadkernel-qcow2-linux-179fdc3f8dec5757ddbebd95a1b493d65fa08671.tar.gz
kernel-qcow2-linux-179fdc3f8dec5757ddbebd95a1b493d65fa08671.tar.xz
kernel-qcow2-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/Kconfig4
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