diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2007-02-10 05:21:27 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-02-11 11:57:49 -0500 |
commit | 67a9c7af1f5eb5dbf1399b364fcf7e64dc28236c (patch) | |
tree | 710a12f8491592ad27f16522c17e83b97084bc46 /drivers/mtd/nand/Kconfig | |
parent | 7ca353a428ecbaf77b651fbacfcb2f2f6d813879 (diff) |
[MTD] [NAND] eXcite nand flash driver
This is a nand flash driver for the eXcite series of intelligent
cameras manufactured by Basler Vision Technologies AG.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 143a7f048257..2d12dcdd740c 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -217,6 +217,14 @@ config MTD_NAND_SHARPSL | |||
217 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" | 217 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" |
218 | depends on MTD_NAND && ARCH_PXA | 218 | depends on MTD_NAND && ARCH_PXA |
219 | 219 | ||
220 | config MTD_NAND_BASLER_EXCITE | ||
221 | tristate "Support for NAND Flash on Basler eXcite" | ||
222 | depends on MTD_NAND && BASLER_EXCITE | ||
223 | help | ||
224 | This enables the driver for the NAND flash device found on the | ||
225 | Basler eXcite Smart Camera. If built as a module, the driver | ||
226 | will be named "excite_nandflash.ko". | ||
227 | |||
220 | config MTD_NAND_CAFE | 228 | config MTD_NAND_CAFE |
221 | tristate "NAND support for OLPC CAFÉ chip" | 229 | tristate "NAND support for OLPC CAFÉ chip" |
222 | depends on MTD_NAND && PCI | 230 | depends on MTD_NAND && PCI |