summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse2006-10-22 03:17:05 +0200
committerDavid Woodhouse2006-10-22 03:17:05 +0200
commitc45aa055c32b488fc3fd73c760df372b09acf69a (patch)
tree03bd52a8b843b48185c6b9831c25b5dbf5ac0382 /drivers/mtd/nand/Kconfig
parent[MTD] NAND: Correct setting of chip->oob_poi OOB buffer (diff)
parent[MTD NAND] OLPC CAFÉ driver update (diff)
downloadkernel-qcow2-linux-c45aa055c32b488fc3fd73c760df372b09acf69a.tar.gz
kernel-qcow2-linux-c45aa055c32b488fc3fd73c760df372b09acf69a.tar.xz
kernel-qcow2-linux-c45aa055c32b488fc3fd73c760df372b09acf69a.zip
Merge git://git.infradead.org/~dwmw2/cafe-2.6
Conflicts: drivers/mtd/nand/Kconfig
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 b4b1656735bd..564f79d16656 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -219,6 +219,13 @@ config MTD_NAND_SHARPSL
tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)"
depends on MTD_NAND && ARCH_PXA
+config MTD_NAND_CAFE
+ tristate "NAND support for OLPC CAFÉ chip"
+ depends on PCI
+ help
+ Use NAND flash attached to the CAFÉ chip designed for the $100
+ laptop.
+
config MTD_NAND_CS553X
tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
depends on MTD_NAND && X86_32 && (X86_PC || X86_GENERICARCH)