diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2007-02-10 11:21:27 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-02-11 17:57:49 +0100 |
commit | 67a9c7af1f5eb5dbf1399b364fcf7e64dc28236c (patch) | |
tree | 710a12f8491592ad27f16522c17e83b97084bc46 /drivers/mtd/nand/Kconfig | |
parent | 7ca353a428ecbaf77b651fbacfcb2f2f6d813879 (diff) | |
download | talos-obmc-linux-67a9c7af1f5eb5dbf1399b364fcf7e64dc28236c.tar.gz talos-obmc-linux-67a9c7af1f5eb5dbf1399b364fcf7e64dc28236c.zip |
[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 tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" depends on MTD_NAND && ARCH_PXA +config MTD_NAND_BASLER_EXCITE + tristate "Support for NAND Flash on Basler eXcite" + depends on MTD_NAND && BASLER_EXCITE + help + This enables the driver for the NAND flash device found on the + Basler eXcite Smart Camera. If built as a module, the driver + will be named "excite_nandflash.ko". + config MTD_NAND_CAFE tristate "NAND support for OLPC CAFÉ chip" depends on MTD_NAND && PCI |