Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # drivers/mtd/nand/Kconfig |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 2 | # $Id: Kconfig,v 1.35 2005/11/07 11:14:30 gleixner Exp $ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 4 | menuconfig MTD_NAND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | tristate "NAND Device Support" |
| 6 | depends on MTD |
| 7 | select MTD_NAND_IDS |
| 8 | help |
| 9 | This enables support for accessing all type of NAND flash |
| 10 | devices. For further information see |
Artem B. Bityutskiy | 220b0f5 | 2006-07-05 11:04:02 +0400 | [diff] [blame] | 11 | <http://www.linux-mtd.infradead.org/doc/nand.html>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 13 | if MTD_NAND |
| 14 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | config MTD_NAND_VERIFY_WRITE |
| 16 | bool "Verify NAND page writes" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | help |
| 18 | This adds an extra check when data is written to the flash. The |
| 19 | NAND flash device internally checks only bits transitioning |
| 20 | from 1 to 0. There is a rare possibility that even though the |
| 21 | device thinks the write was successful, a bit could have been |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 22 | flipped accidentally due to device wear or something else. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | |
Thomas Gleixner | 819d6a3 | 2006-05-23 11:32:45 +0200 | [diff] [blame] | 24 | config MTD_NAND_ECC_SMC |
| 25 | bool "NAND ECC Smart Media byte order" |
Thomas Gleixner | 819d6a3 | 2006-05-23 11:32:45 +0200 | [diff] [blame] | 26 | default n |
| 27 | help |
| 28 | Software ECC according to the Smart Media Specification. |
| 29 | The original Linux implementation had byte 0 and 1 swapped. |
| 30 | |
Thomas Gleixner | 1cf9827 | 2007-04-17 18:30:57 +0100 | [diff] [blame] | 31 | config MTD_NAND_MUSEUM_IDS |
| 32 | bool "Enable chip ids for obsolete ancient NAND devices" |
| 33 | depends on MTD_NAND |
| 34 | default n |
| 35 | help |
| 36 | Enable this option only when your board has first generation |
| 37 | NAND chips (page size 256 byte, erase size 4-8KiB). The IDs |
| 38 | of these chips were reused by later, larger chips. |
| 39 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | config MTD_NAND_AUTCPU12 |
| 41 | tristate "SmartMediaCard on autronix autcpu12 board" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 42 | depends on ARCH_AUTCPU12 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | help |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 44 | This enables the driver for the autronix autcpu12 board to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | access the SmartMediaCard. |
| 46 | |
| 47 | config MTD_NAND_EDB7312 |
| 48 | tristate "Support for Cirrus Logic EBD7312 evaluation board" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 49 | depends on ARCH_EDB7312 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | help |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 51 | This enables the driver for the Cirrus Logic EBD7312 evaluation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | board to access the onboard NAND Flash. |
| 53 | |
| 54 | config MTD_NAND_H1900 |
| 55 | tristate "iPAQ H1900 flash" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 56 | depends on ARCH_PXA && MTD_PARTITIONS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | help |
| 58 | This enables the driver for the iPAQ h1900 flash. |
| 59 | |
| 60 | config MTD_NAND_SPIA |
| 61 | tristate "NAND Flash device on SPIA board" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 62 | depends on ARCH_P720T |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | help |
| 64 | If you had to ask, you don't have one. Say 'N'. |
| 65 | |
Jonathan McDowell | 3d12c0c | 2006-05-21 18:11:55 +0100 | [diff] [blame] | 66 | config MTD_NAND_AMS_DELTA |
| 67 | tristate "NAND Flash device on Amstrad E3" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 68 | depends on MACH_AMS_DELTA |
Jonathan McDowell | 3d12c0c | 2006-05-21 18:11:55 +0100 | [diff] [blame] | 69 | help |
| 70 | Support for NAND flash on Amstrad E3 (Delta). |
| 71 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | config MTD_NAND_TOTO |
| 73 | tristate "NAND Flash device on TOTO board" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 74 | depends on ARCH_OMAP && BROKEN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | help |
| 76 | Support for NAND flash on Texas Instruments Toto platform. |
| 77 | |
Lennert Buytenhek | 7d532dd | 2006-04-30 10:36:38 +0200 | [diff] [blame] | 78 | config MTD_NAND_TS7250 |
| 79 | tristate "NAND Flash device on TS-7250 board" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 80 | depends on MACH_TS72XX |
Lennert Buytenhek | 7d532dd | 2006-04-30 10:36:38 +0200 | [diff] [blame] | 81 | help |
| 82 | Support for NAND flash on Technologic Systems TS-7250 platform. |
| 83 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | config MTD_NAND_IDS |
| 85 | tristate |
| 86 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | config MTD_NAND_AU1550 |
Pete Popov | ef6f0d1 | 2005-09-23 02:44:58 +0100 | [diff] [blame] | 88 | tristate "Au1550/1200 NAND support" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 89 | depends on SOC_AU1200 || SOC_AU1550 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | help |
| 91 | This enables the driver for the NAND flash controller on the |
| 92 | AMD/Alchemy 1550 SOC. |
| 93 | |
Bryan Wu | b37bde1 | 2007-10-02 13:56:05 -0700 | [diff] [blame] | 94 | config MTD_NAND_BF5XX |
| 95 | tristate "Blackfin on-chip NAND Flash Controller driver" |
Michael Hennerich | a25b7fe | 2007-10-30 17:08:29 +0800 | [diff] [blame] | 96 | depends on (BF54x || BF52x) && MTD_NAND |
Bryan Wu | b37bde1 | 2007-10-02 13:56:05 -0700 | [diff] [blame] | 97 | help |
| 98 | This enables the Blackfin on-chip NAND flash controller |
| 99 | |
| 100 | No board specific support is done by this driver, each board |
| 101 | must advertise a platform_device for the driver to attach. |
| 102 | |
| 103 | This driver can also be built as a module. If so, the module |
| 104 | will be called bf5xx-nand. |
| 105 | |
| 106 | config MTD_NAND_BF5XX_HWECC |
| 107 | bool "BF5XX NAND Hardware ECC" |
| 108 | depends on MTD_NAND_BF5XX |
| 109 | help |
| 110 | Enable the use of the BF5XX's internal ECC generator when |
| 111 | using NAND. |
| 112 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | config MTD_NAND_RTC_FROM4 |
| 114 | tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 115 | depends on SH_SOLUTION_ENGINE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | select REED_SOLOMON |
| 117 | select REED_SOLOMON_DEC8 |
Adrian Bunk | 1605cd3 | 2006-11-22 05:38:11 +0100 | [diff] [blame] | 118 | select BITREVERSE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | help |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 120 | This enables the driver for the Renesas Technology AG-AND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | flash interface board (FROM_BOARD4) |
| 122 | |
| 123 | config MTD_NAND_PPCHAMELEONEVB |
| 124 | tristate "NAND Flash device on PPChameleonEVB board" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 125 | depends on PPCHAMELEONEVB && BROKEN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | help |
| 127 | This enables the NAND flash driver on the PPChameleon EVB Board. |
| 128 | |
| 129 | config MTD_NAND_S3C2410 |
Ben Dooks | a4f957f | 2005-06-20 12:48:25 +0100 | [diff] [blame] | 130 | tristate "NAND Flash support for S3C2410/S3C2440 SoC" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 131 | depends on ARCH_S3C2410 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | help |
Ben Dooks | a4f957f | 2005-06-20 12:48:25 +0100 | [diff] [blame] | 133 | This enables the NAND flash controller on the S3C2410 and S3C2440 |
| 134 | SoCs |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | |
Egry Gábor | 4992a9e | 2006-05-12 17:35:02 +0100 | [diff] [blame] | 136 | No board specific support is done by this driver, each board |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 137 | must advertise a platform_device for the driver to attach. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | |
| 139 | config MTD_NAND_S3C2410_DEBUG |
| 140 | bool "S3C2410 NAND driver debug" |
| 141 | depends on MTD_NAND_S3C2410 |
| 142 | help |
| 143 | Enable debugging of the S3C2410 NAND driver |
| 144 | |
| 145 | config MTD_NAND_S3C2410_HWECC |
| 146 | bool "S3C2410 NAND Hardware ECC" |
| 147 | depends on MTD_NAND_S3C2410 |
| 148 | help |
| 149 | Enable the use of the S3C2410's internal ECC generator when |
| 150 | using NAND. Early versions of the chip have had problems with |
| 151 | incorrect ECC generation, and if using these, the default of |
| 152 | software ECC is preferable. |
| 153 | |
Thomas Gleixner | ce4c61f | 2006-05-23 11:43:28 +0200 | [diff] [blame] | 154 | config MTD_NAND_NDFC |
| 155 | tristate "NDFC NanD Flash Controller" |
David Woodhouse | 62d24d9 | 2007-08-23 10:44:17 +0100 | [diff] [blame] | 156 | depends on 4xx && !PPC_MERGE |
Timo Lindhorst | 418b2e5 | 2006-12-05 15:23:33 +0100 | [diff] [blame] | 157 | select MTD_NAND_ECC_SMC |
Thomas Gleixner | ce4c61f | 2006-05-23 11:43:28 +0200 | [diff] [blame] | 158 | help |
Stefan Roese | 02d9291 | 2007-05-22 11:23:45 +0200 | [diff] [blame] | 159 | NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs |
Thomas Gleixner | ce4c61f | 2006-05-23 11:43:28 +0200 | [diff] [blame] | 160 | |
Ben Dooks | d1fef3c | 2006-06-19 09:29:38 +0100 | [diff] [blame] | 161 | config MTD_NAND_S3C2410_CLKSTOP |
| 162 | bool "S3C2410 NAND IDLE clock stop" |
| 163 | depends on MTD_NAND_S3C2410 |
| 164 | default n |
| 165 | help |
| 166 | Stop the clock to the NAND controller when there is no chip |
| 167 | selected to save power. This will mean there is a small delay |
| 168 | when the is NAND chip selected or released, but will save |
| 169 | approximately 5mA of power when there is nothing happening. |
| 170 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | config MTD_NAND_DISKONCHIP |
| 172 | tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 173 | depends on EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | select REED_SOLOMON |
| 175 | select REED_SOLOMON_DEC16 |
| 176 | help |
| 177 | This is a reimplementation of M-Systems DiskOnChip 2000, |
| 178 | Millennium and Millennium Plus as a standard NAND device driver, |
| 179 | as opposed to the earlier self-contained MTD device drivers. |
| 180 | This should enable, among other things, proper JFFS2 operation on |
| 181 | these devices. |
| 182 | |
| 183 | config MTD_NAND_DISKONCHIP_PROBE_ADVANCED |
| 184 | bool "Advanced detection options for DiskOnChip" |
| 185 | depends on MTD_NAND_DISKONCHIP |
| 186 | help |
| 187 | This option allows you to specify nonstandard address at which to |
| 188 | probe for a DiskOnChip, or to change the detection options. You |
| 189 | are unlikely to need any of this unless you are using LinuxBIOS. |
| 190 | Say 'N'. |
| 191 | |
| 192 | config MTD_NAND_DISKONCHIP_PROBE_ADDRESS |
| 193 | hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED |
| 194 | depends on MTD_NAND_DISKONCHIP |
| 195 | default "0" |
| 196 | ---help--- |
| 197 | By default, the probe for DiskOnChip devices will look for a |
| 198 | DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. |
| 199 | This option allows you to specify a single address at which to probe |
| 200 | for the device, which is useful if you have other devices in that |
| 201 | range which get upset when they are probed. |
| 202 | |
| 203 | (Note that on PowerPC, the normal probe will only check at |
| 204 | 0xE4000000.) |
| 205 | |
| 206 | Normally, you should leave this set to zero, to allow the probe at |
| 207 | the normal addresses. |
| 208 | |
| 209 | config MTD_NAND_DISKONCHIP_PROBE_HIGH |
| 210 | bool "Probe high addresses" |
| 211 | depends on MTD_NAND_DISKONCHIP_PROBE_ADVANCED |
| 212 | help |
| 213 | By default, the probe for DiskOnChip devices will look for a |
| 214 | DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. |
| 215 | This option changes to make it probe between 0xFFFC8000 and |
| 216 | 0xFFFEE000. Unless you are using LinuxBIOS, this is unlikely to be |
| 217 | useful to you. Say 'N'. |
| 218 | |
| 219 | config MTD_NAND_DISKONCHIP_BBTWRITE |
| 220 | bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP" |
| 221 | depends on MTD_NAND_DISKONCHIP |
| 222 | help |
| 223 | On DiskOnChip devices shipped with the INFTL filesystem (Millennium |
| 224 | and 2000 TSOP/Alon), Linux reserves some space at the end of the |
| 225 | device for the Bad Block Table (BBT). If you have existing INFTL |
| 226 | data on your device (created by non-Linux tools such as M-Systems' |
| 227 | DOS drivers), your data might overlap the area Linux wants to use for |
| 228 | the BBT. If this is a concern for you, leave this option disabled and |
| 229 | Linux will not write BBT data into this area. |
| 230 | The downside of leaving this option disabled is that if bad blocks |
| 231 | are detected by Linux, they will not be recorded in the BBT, which |
| 232 | could cause future problems. |
| 233 | Once you enable this option, new filesystems (INFTL or others, created |
| 234 | in Linux or other operating systems) will not use the reserved area. |
| 235 | The only reason not to enable this option is to prevent damage to |
| 236 | preexisting filesystems. |
| 237 | Even if you leave this disabled, you can enable BBT writes at module |
| 238 | load time (assuming you build diskonchip as a module) with the module |
| 239 | parameter "inftl_bbt_write=1". |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | |
Adrian Bunk | 54af6b4 | 2006-03-31 02:29:43 -0800 | [diff] [blame] | 241 | config MTD_NAND_SHARPSL |
| 242 | tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 243 | depends on ARCH_PXA |
Adrian Bunk | 54af6b4 | 2006-03-31 02:29:43 -0800 | [diff] [blame] | 244 | |
Thomas Koeller | 67a9c7a | 2007-02-10 11:21:27 +0100 | [diff] [blame] | 245 | config MTD_NAND_BASLER_EXCITE |
| 246 | tristate "Support for NAND Flash on Basler eXcite" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 247 | depends on BASLER_EXCITE |
Thomas Koeller | 67a9c7a | 2007-02-10 11:21:27 +0100 | [diff] [blame] | 248 | help |
| 249 | This enables the driver for the NAND flash device found on the |
| 250 | Basler eXcite Smart Camera. If built as a module, the driver |
| 251 | will be named "excite_nandflash.ko". |
| 252 | |
David Woodhouse | c45aa05 | 2006-10-22 02:17:05 +0100 | [diff] [blame] | 253 | config MTD_NAND_CAFE |
Segher Boessenkool | 8c61b7a | 2007-05-02 12:18:49 +0200 | [diff] [blame] | 254 | tristate "NAND support for OLPC CAFÉ chip" |
| 255 | depends on PCI |
| 256 | select REED_SOLOMON |
| 257 | select REED_SOLOMON_DEC16 |
| 258 | help |
Adrian Bunk | 8f46c52 | 2007-06-22 01:52:08 +0200 | [diff] [blame] | 259 | Use NAND flash attached to the CAFÉ chip designed for the OLPC |
Segher Boessenkool | 8c61b7a | 2007-05-02 12:18:49 +0200 | [diff] [blame] | 260 | laptop. |
David Woodhouse | c45aa05 | 2006-10-22 02:17:05 +0100 | [diff] [blame] | 261 | |
David Woodhouse | 179fdc3 | 2006-05-11 22:35:28 +0100 | [diff] [blame] | 262 | config MTD_NAND_CS553X |
| 263 | tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 264 | depends on X86_32 && (X86_PC || X86_GENERICARCH) |
David Woodhouse | f41a5f8 | 2006-05-16 13:11:47 +0100 | [diff] [blame] | 265 | help |
| 266 | The CS553x companion chips for the AMD Geode processor |
| 267 | include NAND flash controllers with built-in hardware ECC |
| 268 | capabilities; enabling this option will allow you to use |
| 269 | these. The driver will check the MSRs to verify that the |
| 270 | controller is enabled for NAND, and currently requires that |
| 271 | the controller be in MMIO mode. |
| 272 | |
| 273 | If you say "m", the module will be called "cs553x_nand.ko". |
| 274 | |
Andrew Victor | 42cb140 | 2006-10-19 18:24:35 +0200 | [diff] [blame] | 275 | config MTD_NAND_AT91 |
| 276 | bool "Support for NAND Flash / SmartMedia on AT91" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 277 | depends on ARCH_AT91 |
Andrew Victor | 42cb140 | 2006-10-19 18:24:35 +0200 | [diff] [blame] | 278 | help |
| 279 | Enables support for NAND Flash / Smart Media Card interface |
| 280 | on Atmel AT91 processors. |
| 281 | |
Mike Rapoport | 54d33c4 | 2007-04-22 08:53:21 +0300 | [diff] [blame] | 282 | config MTD_NAND_CM_X270 |
| 283 | tristate "Support for NAND Flash on CM-X270 modules" |
| 284 | depends on MTD_NAND && MACH_ARMCORE |
| 285 | |
Egor Martovetsky | 846fc31 | 2007-11-28 18:37:31 -0600 | [diff] [blame] | 286 | config MTD_NAND_PASEMI |
| 287 | tristate "NAND support for PA Semi PWRficient" |
| 288 | depends on MTD_NAND && PPC_PASEMI |
| 289 | help |
| 290 | Enables support for NAND Flash interface on PA Semi PWRficient |
| 291 | based boards |
Mike Rapoport | 54d33c4 | 2007-04-22 08:53:21 +0300 | [diff] [blame] | 292 | |
Adrian Bunk | 54af6b4 | 2006-03-31 02:29:43 -0800 | [diff] [blame] | 293 | config MTD_NAND_NANDSIM |
| 294 | tristate "Support for NAND Flash Simulator" |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 295 | depends on MTD_PARTITIONS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | help |
David Woodhouse | f41a5f8 | 2006-05-16 13:11:47 +0100 | [diff] [blame] | 297 | The simulator may simulate various NAND flash chips for the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | MTD nand layer. |
Adrian Bunk | 54af6b4 | 2006-03-31 02:29:43 -0800 | [diff] [blame] | 299 | |
Vitaly Wool | 711fdf6 | 2007-05-06 19:31:18 +0400 | [diff] [blame] | 300 | config MTD_NAND_PLATFORM |
| 301 | tristate "Support for generic platform NAND driver" |
| 302 | depends on MTD_NAND |
| 303 | help |
| 304 | This implements a generic NAND driver for on-SOC platform |
| 305 | devices. You will need to provide platform-specific functions |
| 306 | via platform_data. |
| 307 | |
Jörn Engel | e208520 | 2007-08-29 17:57:11 +0200 | [diff] [blame] | 308 | config MTD_ALAUDA |
Dave Jones | 4226594 | 2007-10-17 23:33:12 +0200 | [diff] [blame] | 309 | tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1" |
Jörn Engel | e208520 | 2007-08-29 17:57:11 +0200 | [diff] [blame] | 310 | depends on MTD_NAND && USB |
| 311 | help |
| 312 | These two (and possibly other) Alauda-based cardreaders for |
| 313 | SmartMedia and xD allow raw flash access. |
Vitaly Wool | 711fdf6 | 2007-05-06 19:31:18 +0400 | [diff] [blame] | 314 | |
Tzachi Perelstein | 2a1dba2 | 2007-10-17 01:10:40 +0200 | [diff] [blame] | 315 | config MTD_NAND_ORION |
| 316 | tristate "NAND Flash support for Marvell Orion SoC" |
| 317 | depends on ARCH_ORION && MTD_NAND |
| 318 | help |
| 319 | This enables the NAND flash controller on Orion machines. |
| 320 | |
| 321 | No board specific support is done by this driver, each board |
| 322 | must advertise a platform_device for the driver to attach. |
| 323 | |
Scott Wood | 76b1046 | 2008-02-06 15:36:21 -0600 | [diff] [blame^] | 324 | config MTD_NAND_FSL_ELBC |
| 325 | tristate "NAND support for Freescale eLBC controllers" |
| 326 | depends on MTD_NAND && PPC_OF |
| 327 | help |
| 328 | Various Freescale chips, including the 8313, include a NAND Flash |
| 329 | Controller Module with built-in hardware ECC capabilities. |
| 330 | Enabling this option will enable you to use this to control |
| 331 | external NAND devices. |
| 332 | |
Jan Engelhardt | ec98c68 | 2007-04-19 16:21:41 -0500 | [diff] [blame] | 333 | endif # MTD_NAND |