diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-10-06 10:36:29 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-06 10:36:29 -0400 |
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 c99302ed3823..5e97e63e127a 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -232,6 +232,13 @@ config MTD_NAND_CS553X | |||
232 | 232 | ||
233 | If you say "m", the module will be called "cs553x_nand.ko". | 233 | If you say "m", the module will be called "cs553x_nand.ko". |
234 | 234 | ||
235 | config MTD_NAND_CAFE | ||
236 | tristate "NAND support for OLPC CAFÉ chip" | ||
237 | depends on PCI | ||
238 | help | ||
239 | Use NAND flash attached to the CAFÉ chip designed for the $100 | ||
240 | laptop. | ||
241 | |||
235 | config MTD_NAND_NANDSIM | 242 | config MTD_NAND_NANDSIM |
236 | tristate "Support for NAND Flash Simulator" | 243 | tristate "Support for NAND Flash Simulator" |
237 | depends on MTD_NAND && MTD_PARTITIONS | 244 | depends on MTD_NAND && MTD_PARTITIONS |