diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index b4a7086b219c..b1f807980b79 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -192,12 +192,21 @@ config MTD_NAND_SHARPSL | |||
192 | config MTD_NAND_CS553X | 192 | config MTD_NAND_CS553X |
193 | tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" | 193 | tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" |
194 | depends on MTD_NAND && X86_PC && PCI | 194 | depends on MTD_NAND && X86_PC && PCI |
195 | 195 | help | |
196 | The CS553x companion chips for the AMD Geode processor | ||
197 | include NAND flash controllers with built-in hardware ECC | ||
198 | capabilities; enabling this option will allow you to use | ||
199 | these. The driver will check the MSRs to verify that the | ||
200 | controller is enabled for NAND, and currently requires that | ||
201 | the controller be in MMIO mode. | ||
202 | |||
203 | If you say "m", the module will be called "cs553x_nand.ko". | ||
204 | |||
196 | config MTD_NAND_NANDSIM | 205 | config MTD_NAND_NANDSIM |
197 | tristate "Support for NAND Flash Simulator" | 206 | tristate "Support for NAND Flash Simulator" |
198 | depends on MTD_NAND && MTD_PARTITIONS | 207 | depends on MTD_NAND && MTD_PARTITIONS |
199 | help | 208 | help |
200 | The simulator may simulate verious NAND flash chips for the | 209 | The simulator may simulate various NAND flash chips for the |
201 | MTD nand layer. | 210 | MTD nand layer. |
202 | 211 | ||
203 | endmenu | 212 | endmenu |