diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 358f55a82dbe..2d12dcdd740c 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -126,10 +126,6 @@ config MTD_NAND_S3C2410_HWECC | |||
126 | incorrect ECC generation, and if using these, the default of | 126 | incorrect ECC generation, and if using these, the default of |
127 | software ECC is preferable. | 127 | software ECC is preferable. |
128 | 128 | ||
129 | If you lay down a device with the hardware ECC, then you will | ||
130 | currently not be able to switch to software, as there is no | ||
131 | implementation for ECC method used by the S3C2410 | ||
132 | |||
133 | config MTD_NAND_NDFC | 129 | config MTD_NAND_NDFC |
134 | tristate "NDFC NanD Flash Controller" | 130 | tristate "NDFC NanD Flash Controller" |
135 | depends on MTD_NAND && 44x | 131 | depends on MTD_NAND && 44x |
@@ -221,9 +217,17 @@ config MTD_NAND_SHARPSL | |||
221 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" | 217 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" |
222 | depends on MTD_NAND && ARCH_PXA | 218 | depends on MTD_NAND && ARCH_PXA |
223 | 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 | |||
224 | config MTD_NAND_CAFE | 228 | config MTD_NAND_CAFE |
225 | tristate "NAND support for OLPC CAFÉ chip" | 229 | tristate "NAND support for OLPC CAFÉ chip" |
226 | depends on PCI | 230 | depends on MTD_NAND && PCI |
227 | help | 231 | help |
228 | Use NAND flash attached to the CAFÉ chip designed for the $100 | 232 | Use NAND flash attached to the CAFÉ chip designed for the $100 |
229 | laptop. | 233 | laptop. |