diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-10-06 15:36:29 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-06 15:36:29 +0100 |
commit | 5467fb025537eb92313fd3a557b2051cb41ba5e8 (patch) | |
tree | b7944a200b3a58b1e31bd264ac5b08d8f8fef67c /drivers/mtd/nand/Kconfig | |
parent | b77d95c78fb0ec330cd53e0d297ffa4fd2975e32 (diff) |
[MTD NAND] Initial import of CAFÉ NAND driver.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index c99302ed382..5e97e63e127 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -232,6 +232,13 @@ config MTD_NAND_CS553X If you say "m", the module will be called "cs553x_nand.ko". +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_NANDSIM tristate "Support for NAND Flash Simulator" depends on MTD_NAND && MTD_PARTITIONS |