Kconfig (4e73e0eb633f8a1b5cbf20e7f42c6dbfec1d1ca7) | Kconfig (4737f0978d6e64eae468e01fa181abf6499e6b84) |
---|---|
1# drivers/mtd/nand/Kconfig 2 3menuconfig MTD_NAND 4 tristate "NAND Device Support" 5 depends on MTD 6 select MTD_NAND_IDS 7 help 8 This enables support for accessing all type of NAND flash --- 246 unchanged lines hidden (view full) --- 255 depends on ARCH_PXA 256 257config MTD_NAND_BASLER_EXCITE 258 tristate "Support for NAND Flash on Basler eXcite" 259 depends on BASLER_EXCITE 260 help 261 This enables the driver for the NAND flash device found on the 262 Basler eXcite Smart Camera. If built as a module, the driver | 1# drivers/mtd/nand/Kconfig 2 3menuconfig MTD_NAND 4 tristate "NAND Device Support" 5 depends on MTD 6 select MTD_NAND_IDS 7 help 8 This enables support for accessing all type of NAND flash --- 246 unchanged lines hidden (view full) --- 255 depends on ARCH_PXA 256 257config MTD_NAND_BASLER_EXCITE 258 tristate "Support for NAND Flash on Basler eXcite" 259 depends on BASLER_EXCITE 260 help 261 This enables the driver for the NAND flash device found on the 262 Basler eXcite Smart Camera. If built as a module, the driver |
263 will be named "excite_nandflash.ko". | 263 will be named excite_nandflash. |
264 265config MTD_NAND_CAFE 266 tristate "NAND support for OLPC CAFÉ chip" 267 depends on PCI 268 select REED_SOLOMON 269 select REED_SOLOMON_DEC16 270 help 271 Use NAND flash attached to the CAFÉ chip designed for the OLPC --- 5 unchanged lines hidden (view full) --- 277 help 278 The CS553x companion chips for the AMD Geode processor 279 include NAND flash controllers with built-in hardware ECC 280 capabilities; enabling this option will allow you to use 281 these. The driver will check the MSRs to verify that the 282 controller is enabled for NAND, and currently requires that 283 the controller be in MMIO mode. 284 | 264 265config MTD_NAND_CAFE 266 tristate "NAND support for OLPC CAFÉ chip" 267 depends on PCI 268 select REED_SOLOMON 269 select REED_SOLOMON_DEC16 270 help 271 Use NAND flash attached to the CAFÉ chip designed for the OLPC --- 5 unchanged lines hidden (view full) --- 277 help 278 The CS553x companion chips for the AMD Geode processor 279 include NAND flash controllers with built-in hardware ECC 280 capabilities; enabling this option will allow you to use 281 these. The driver will check the MSRs to verify that the 282 controller is enabled for NAND, and currently requires that 283 the controller be in MMIO mode. 284 |
285 If you say "m", the module will be called "cs553x_nand.ko". | 285 If you say "m", the module will be called cs553x_nand. |
286 287config MTD_NAND_ATMEL 288 tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32" 289 depends on ARCH_AT91 || AVR32 290 help 291 Enables support for NAND Flash / Smart Media Card interface 292 on Atmel AT91 and AVR32 processors. 293choice --- 156 unchanged lines hidden --- | 286 287config MTD_NAND_ATMEL 288 tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32" 289 depends on ARCH_AT91 || AVR32 290 help 291 Enables support for NAND Flash / Smart Media Card interface 292 on Atmel AT91 and AVR32 processors. 293choice --- 156 unchanged lines hidden --- |