mtd: decommission the NAND museum
[linux-2.6-microblaze.git] / drivers / mtd / nand / Kconfig
1 config MTD_NAND_ECC
2         tristate
3
4 config MTD_NAND_ECC_SMC
5         bool "NAND ECC Smart Media byte order"
6         depends on MTD_NAND_ECC
7         default n
8         help
9           Software ECC according to the Smart Media Specification.
10           The original Linux implementation had byte 0 and 1 swapped.
11
12
13 menuconfig MTD_NAND
14         tristate "NAND Device Support"
15         depends on MTD
16         select MTD_NAND_IDS
17         select MTD_NAND_ECC
18         help
19           This enables support for accessing all type of NAND flash
20           devices. For further information see
21           <http://www.linux-mtd.infradead.org/doc/nand.html>.
22
23 if MTD_NAND
24
25 config MTD_NAND_BCH
26         tristate
27         select BCH
28         depends on MTD_NAND_ECC_BCH
29         default MTD_NAND
30
31 config MTD_NAND_ECC_BCH
32         bool "Support software BCH ECC"
33         default n
34         help
35           This enables support for software BCH error correction. Binary BCH
36           codes are more powerful and cpu intensive than traditional Hamming
37           ECC codes. They are used with NAND devices requiring more than 1 bit
38           of error correction.
39
40 config MTD_SM_COMMON
41         tristate
42         default n
43
44 config MTD_NAND_DENALI
45         tristate "Support Denali NAND controller"
46         help
47           Enable support for the Denali NAND controller.  This should be
48           combined with either the PCI or platform drivers to provide device
49           registration.
50
51 config MTD_NAND_DENALI_PCI
52         tristate "Support Denali NAND controller on Intel Moorestown"
53         depends on PCI && MTD_NAND_DENALI
54         help
55           Enable the driver for NAND flash on Intel Moorestown, using the
56           Denali NAND controller core.
57
58 config MTD_NAND_DENALI_DT
59         tristate "Support Denali NAND controller as a DT device"
60         depends on HAVE_CLK && MTD_NAND_DENALI
61         help
62           Enable the driver for NAND flash on platforms using a Denali NAND
63           controller as a DT device.
64
65 config MTD_NAND_DENALI_SCRATCH_REG_ADDR
66         hex "Denali NAND size scratch register address"
67         default "0xFF108018"
68         depends on MTD_NAND_DENALI_PCI
69         help
70           Some platforms place the NAND chip size in a scratch register
71           because (some versions of) the driver aren't able to automatically
72           determine the size of certain chips. Set the address of the
73           scratch register here to enable this feature. On Intel Moorestown
74           boards, the scratch register is at 0xFF108018.
75
76 config MTD_NAND_H1900
77         tristate "iPAQ H1900 flash"
78         depends on ARCH_PXA && BROKEN
79         help
80           This enables the driver for the iPAQ h1900 flash.
81
82 config MTD_NAND_GPIO
83         tristate "GPIO NAND Flash driver"
84         depends on GENERIC_GPIO && ARM
85         help
86           This enables a GPIO based NAND flash driver.
87
88 config MTD_NAND_AMS_DELTA
89         tristate "NAND Flash device on Amstrad E3"
90         depends on MACH_AMS_DELTA
91         default y
92         help
93           Support for NAND flash on Amstrad E3 (Delta).
94
95 config MTD_NAND_OMAP2
96         tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4"
97         depends on ARCH_OMAP2PLUS
98         help
99           Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
100           platforms.
101
102 config MTD_NAND_OMAP_BCH
103         depends on MTD_NAND && MTD_NAND_OMAP2 && ARCH_OMAP3
104         bool "Enable support for hardware BCH error correction"
105         default n
106         select BCH
107         select BCH_CONST_PARAMS
108         help
109          Support for hardware BCH error correction.
110
111 choice
112         prompt "BCH error correction capability"
113         depends on MTD_NAND_OMAP_BCH
114
115 config MTD_NAND_OMAP_BCH8
116         bool "8 bits / 512 bytes (recommended)"
117         help
118          Support correcting up to 8 bitflips per 512-byte block.
119          This will use 13 bytes of spare area per 512 bytes of page data.
120          This is the recommended mode, as 4-bit mode does not work
121          on some OMAP3 revisions, due to a hardware bug.
122
123 config MTD_NAND_OMAP_BCH4
124         bool "4 bits / 512 bytes"
125         help
126          Support correcting up to 4 bitflips per 512-byte block.
127          This will use 7 bytes of spare area per 512 bytes of page data.
128          Note that this mode does not work on some OMAP3 revisions, due to a
129          hardware bug. Please check your OMAP datasheet before selecting this
130          mode.
131
132 endchoice
133
134 if MTD_NAND_OMAP_BCH
135 config BCH_CONST_M
136         default 13
137 config BCH_CONST_T
138         default 4 if MTD_NAND_OMAP_BCH4
139         default 8 if MTD_NAND_OMAP_BCH8
140 endif
141
142 config MTD_NAND_IDS
143         tristate
144
145 config MTD_NAND_RICOH
146         tristate "Ricoh xD card reader"
147         default n
148         depends on PCI
149         select MTD_SM_COMMON
150         help
151           Enable support for Ricoh R5C852 xD card reader
152           You also need to enable ether
153           NAND SSFDC (SmartMedia) read only translation layer' or new
154           expermental, readwrite
155           'SmartMedia/xD new translation layer'
156
157 config MTD_NAND_AU1550
158         tristate "Au1550/1200 NAND support"
159         depends on MIPS_ALCHEMY
160         help
161           This enables the driver for the NAND flash controller on the
162           AMD/Alchemy 1550 SOC.
163
164 config MTD_NAND_BF5XX
165         tristate "Blackfin on-chip NAND Flash Controller driver"
166         depends on BF54x || BF52x
167         help
168           This enables the Blackfin on-chip NAND flash controller
169
170           No board specific support is done by this driver, each board
171           must advertise a platform_device for the driver to attach.
172
173           This driver can also be built as a module. If so, the module
174           will be called bf5xx-nand.
175
176 config MTD_NAND_BF5XX_HWECC
177         bool "BF5XX NAND Hardware ECC"
178         default y
179         depends on MTD_NAND_BF5XX
180         help
181           Enable the use of the BF5XX's internal ECC generator when
182           using NAND.
183
184 config MTD_NAND_BF5XX_BOOTROM_ECC
185         bool "Use Blackfin BootROM ECC Layout"
186         default n
187         depends on MTD_NAND_BF5XX_HWECC
188         help
189           If you wish to modify NAND pages and allow the Blackfin on-chip
190           BootROM to boot from them, say Y here.  This is only necessary
191           if you are booting U-Boot out of NAND and you wish to update
192           U-Boot from Linux' userspace.  Otherwise, you should say N here.
193
194           If unsure, say N.
195
196 config MTD_NAND_RTC_FROM4
197         tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)"
198         depends on SH_SOLUTION_ENGINE
199         select REED_SOLOMON
200         select REED_SOLOMON_DEC8
201         select BITREVERSE
202         help
203           This enables the driver for the Renesas Technology AG-AND
204           flash interface board (FROM_BOARD4)
205
206 config MTD_NAND_PPCHAMELEONEVB
207         tristate "NAND Flash device on PPChameleonEVB board"
208         depends on PPCHAMELEONEVB && BROKEN
209         help
210           This enables the NAND flash driver on the PPChameleon EVB Board.
211
212 config MTD_NAND_S3C2410
213         tristate "NAND Flash support for Samsung S3C SoCs"
214         depends on ARCH_S3C24XX || ARCH_S3C64XX
215         help
216           This enables the NAND flash controller on the S3C24xx and S3C64xx
217           SoCs
218
219           No board specific support is done by this driver, each board
220           must advertise a platform_device for the driver to attach.
221
222 config MTD_NAND_S3C2410_DEBUG
223         bool "Samsung S3C NAND driver debug"
224         depends on MTD_NAND_S3C2410
225         help
226           Enable debugging of the S3C NAND driver
227
228 config MTD_NAND_S3C2410_HWECC
229         bool "Samsung S3C NAND Hardware ECC"
230         depends on MTD_NAND_S3C2410
231         help
232           Enable the use of the controller's internal ECC generator when
233           using NAND. Early versions of the chips have had problems with
234           incorrect ECC generation, and if using these, the default of
235           software ECC is preferable.
236
237 config MTD_NAND_NDFC
238         tristate "NDFC NanD Flash Controller"
239         depends on 4xx
240         select MTD_NAND_ECC_SMC
241         help
242          NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
243
244 config MTD_NAND_S3C2410_CLKSTOP
245         bool "Samsung S3C NAND IDLE clock stop"
246         depends on MTD_NAND_S3C2410
247         default n
248         help
249           Stop the clock to the NAND controller when there is no chip
250           selected to save power. This will mean there is a small delay
251           when the is NAND chip selected or released, but will save
252           approximately 5mA of power when there is nothing happening.
253
254 config MTD_NAND_DISKONCHIP
255         tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation)"
256         depends on HAS_IOMEM
257         select REED_SOLOMON
258         select REED_SOLOMON_DEC16
259         help
260           This is a reimplementation of M-Systems DiskOnChip 2000,
261           Millennium and Millennium Plus as a standard NAND device driver,
262           as opposed to the earlier self-contained MTD device drivers.
263           This should enable, among other things, proper JFFS2 operation on
264           these devices.
265
266 config MTD_NAND_DISKONCHIP_PROBE_ADVANCED
267         bool "Advanced detection options for DiskOnChip"
268         depends on MTD_NAND_DISKONCHIP
269         help
270           This option allows you to specify nonstandard address at which to
271           probe for a DiskOnChip, or to change the detection options.  You
272           are unlikely to need any of this unless you are using LinuxBIOS.
273           Say 'N'.
274
275 config MTD_NAND_DISKONCHIP_PROBE_ADDRESS
276         hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
277         depends on MTD_NAND_DISKONCHIP
278         default "0"
279         ---help---
280         By default, the probe for DiskOnChip devices will look for a
281         DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
282         This option allows you to specify a single address at which to probe
283         for the device, which is useful if you have other devices in that
284         range which get upset when they are probed.
285
286         (Note that on PowerPC, the normal probe will only check at
287         0xE4000000.)
288
289         Normally, you should leave this set to zero, to allow the probe at
290         the normal addresses.
291
292 config MTD_NAND_DISKONCHIP_PROBE_HIGH
293         bool "Probe high addresses"
294         depends on MTD_NAND_DISKONCHIP_PROBE_ADVANCED
295         help
296           By default, the probe for DiskOnChip devices will look for a
297           DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
298           This option changes to make it probe between 0xFFFC8000 and
299           0xFFFEE000.  Unless you are using LinuxBIOS, this is unlikely to be
300           useful to you.  Say 'N'.
301
302 config MTD_NAND_DISKONCHIP_BBTWRITE
303         bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP"
304         depends on MTD_NAND_DISKONCHIP
305         help
306           On DiskOnChip devices shipped with the INFTL filesystem (Millennium
307           and 2000 TSOP/Alon), Linux reserves some space at the end of the
308           device for the Bad Block Table (BBT).  If you have existing INFTL
309           data on your device (created by non-Linux tools such as M-Systems'
310           DOS drivers), your data might overlap the area Linux wants to use for
311           the BBT.  If this is a concern for you, leave this option disabled and
312           Linux will not write BBT data into this area.
313           The downside of leaving this option disabled is that if bad blocks
314           are detected by Linux, they will not be recorded in the BBT, which
315           could cause future problems.
316           Once you enable this option, new filesystems (INFTL or others, created
317           in Linux or other operating systems) will not use the reserved area.
318           The only reason not to enable this option is to prevent damage to
319           preexisting filesystems.
320           Even if you leave this disabled, you can enable BBT writes at module
321           load time (assuming you build diskonchip as a module) with the module
322           parameter "inftl_bbt_write=1".
323
324 config MTD_NAND_DOCG4
325         tristate "Support for DiskOnChip G4"
326         depends on HAS_IOMEM
327         select BCH
328         select BITREVERSE
329         help
330           Support for diskonchip G4 nand flash, found in various smartphones and
331           PDAs, among them the Palm Treo680, HTC Prophet and Wizard, Toshiba
332           Portege G900, Asus P526, and O2 XDA Zinc.
333
334           With this driver you will be able to use UBI and create a ubifs on the
335           device, so you may wish to consider enabling UBI and UBIFS as well.
336
337           These devices ship with the Mys/Sandisk SAFTL formatting, for which
338           there is currently no mtd parser, so you may want to use command line
339           partitioning to segregate write-protected blocks. On the Treo680, the
340           first five erase blocks (256KiB each) are write-protected, followed
341           by the block containing the saftl partition table.  This is probably
342           typical.
343
344 config MTD_NAND_SHARPSL
345         tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)"
346         depends on ARCH_PXA
347
348 config MTD_NAND_CAFE
349         tristate "NAND support for OLPC CAFÉ chip"
350         depends on PCI
351         select REED_SOLOMON
352         select REED_SOLOMON_DEC16
353         help
354           Use NAND flash attached to the CAFÉ chip designed for the OLPC
355           laptop.
356
357 config MTD_NAND_CS553X
358         tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
359         depends on X86_32
360         help
361           The CS553x companion chips for the AMD Geode processor
362           include NAND flash controllers with built-in hardware ECC
363           capabilities; enabling this option will allow you to use
364           these. The driver will check the MSRs to verify that the
365           controller is enabled for NAND, and currently requires that
366           the controller be in MMIO mode.
367
368           If you say "m", the module will be called cs553x_nand.
369
370 config MTD_NAND_ATMEL
371         tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32"
372         depends on ARCH_AT91 || AVR32
373         help
374           Enables support for NAND Flash / Smart Media Card interface
375           on Atmel AT91 and AVR32 processors.
376
377 config MTD_NAND_PXA3xx
378         tristate "Support for NAND flash devices on PXA3xx"
379         depends on PXA3xx || ARCH_MMP
380         help
381           This enables the driver for the NAND flash device found on
382           PXA3xx processors
383
384 config MTD_NAND_SLC_LPC32XX
385         tristate "NXP LPC32xx SLC Controller"
386         depends on ARCH_LPC32XX
387         help
388           Enables support for NXP's LPC32XX SLC (i.e. for Single Level Cell
389           chips) NAND controller. This is the default for the PHYTEC 3250
390           reference board which contains a NAND256R3A2CZA6 chip.
391
392           Please check the actual NAND chip connected and its support
393           by the SLC NAND controller.
394
395 config MTD_NAND_MLC_LPC32XX
396         tristate "NXP LPC32xx MLC Controller"
397         depends on ARCH_LPC32XX
398         help
399           Uses the LPC32XX MLC (i.e. for Multi Level Cell chips) NAND
400           controller. This is the default for the WORK92105 controller
401           board.
402
403           Please check the actual NAND chip connected and its support
404           by the MLC NAND controller.
405
406 config MTD_NAND_CM_X270
407         tristate "Support for NAND Flash on CM-X270 modules"
408         depends on MACH_ARMCORE
409
410 config MTD_NAND_PASEMI
411         tristate "NAND support for PA Semi PWRficient"
412         depends on PPC_PASEMI
413         help
414           Enables support for NAND Flash interface on PA Semi PWRficient
415           based boards
416
417 config MTD_NAND_TMIO
418         tristate "NAND Flash device on Toshiba Mobile IO Controller"
419         depends on MFD_TMIO
420         help
421           Support for NAND flash connected to a Toshiba Mobile IO
422           Controller in some PDAs, including the Sharp SL6000x.
423
424 config MTD_NAND_NANDSIM
425         tristate "Support for NAND Flash Simulator"
426         help
427           The simulator may simulate various NAND flash chips for the
428           MTD nand layer.
429
430 config MTD_NAND_GPMI_NAND
431         tristate "GPMI NAND Flash Controller driver"
432         depends on MTD_NAND && MXS_DMA
433         help
434          Enables NAND Flash support for IMX23, IMX28 or IMX6.
435          The GPMI controller is very powerful, with the help of BCH
436          module, it can do the hardware ECC. The GPMI supports several
437          NAND flashs at the same time. The GPMI may conflicts with other
438          block, such as SD card. So pay attention to it when you enable
439          the GPMI.
440
441 config MTD_NAND_BCM47XXNFLASH
442         tristate "Support for NAND flash on BCM4706 BCMA bus"
443         depends on BCMA_NFLASH
444         help
445           BCMA bus can have various flash memories attached, they are
446           registered by bcma as platform devices. This enables driver for
447           NAND flash memories. For now only BCM4706 is supported.
448
449 config MTD_NAND_PLATFORM
450         tristate "Support for generic platform NAND driver"
451         depends on HAS_IOMEM
452         help
453           This implements a generic NAND driver for on-SOC platform
454           devices. You will need to provide platform-specific functions
455           via platform_data.
456
457 config MTD_ALAUDA
458         tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1"
459         depends on USB
460         help
461           These two (and possibly other) Alauda-based cardreaders for
462           SmartMedia and xD allow raw flash access.
463
464 config MTD_NAND_ORION
465         tristate "NAND Flash support for Marvell Orion SoC"
466         depends on PLAT_ORION
467         help
468           This enables the NAND flash controller on Orion machines.
469
470           No board specific support is done by this driver, each board
471           must advertise a platform_device for the driver to attach.
472
473 config MTD_NAND_FSL_ELBC
474         tristate "NAND support for Freescale eLBC controllers"
475         depends on PPC_OF
476         select FSL_LBC
477         help
478           Various Freescale chips, including the 8313, include a NAND Flash
479           Controller Module with built-in hardware ECC capabilities.
480           Enabling this option will enable you to use this to control
481           external NAND devices.
482
483 config MTD_NAND_FSL_IFC
484         tristate "NAND support for Freescale IFC controller"
485         depends on MTD_NAND && FSL_SOC
486         select FSL_IFC
487         help
488           Various Freescale chips e.g P1010, include a NAND Flash machine
489           with built-in hardware ECC capabilities.
490           Enabling this option will enable you to use this to control
491           external NAND devices.
492
493 config MTD_NAND_FSL_UPM
494         tristate "Support for NAND on Freescale UPM"
495         depends on PPC_83xx || PPC_85xx
496         select FSL_LBC
497         help
498           Enables support for NAND Flash chips wired onto Freescale PowerPC
499           processor localbus with User-Programmable Machine support.
500
501 config MTD_NAND_MPC5121_NFC
502         tristate "MPC5121 built-in NAND Flash Controller support"
503         depends on PPC_MPC512x
504         help
505           This enables the driver for the NAND flash controller on the
506           MPC5121 SoC.
507
508 config MTD_NAND_MXC
509         tristate "MXC NAND support"
510         depends on ARCH_MXC
511         help
512           This enables the driver for the NAND flash controller on the
513           MXC processors.
514
515 config MTD_NAND_SH_FLCTL
516         tristate "Support for NAND on Renesas SuperH FLCTL"
517         depends on SUPERH || ARCH_SHMOBILE
518         help
519           Several Renesas SuperH CPU has FLCTL. This option enables support
520           for NAND Flash using FLCTL.
521
522 config MTD_NAND_DAVINCI
523         tristate "Support NAND on DaVinci SoC"
524         depends on ARCH_DAVINCI
525         help
526           Enable the driver for NAND flash chips on Texas Instruments
527           DaVinci processors.
528
529 config MTD_NAND_TXX9NDFMC
530         tristate "NAND Flash support for TXx9 SoC"
531         depends on SOC_TX4938 || SOC_TX4939
532         help
533           This enables the NAND flash controller on the TXx9 SoCs.
534
535 config MTD_NAND_SOCRATES
536         tristate "Support for NAND on Socrates board"
537         depends on SOCRATES
538         help
539           Enables support for NAND Flash chips wired onto Socrates board.
540
541 config MTD_NAND_NUC900
542         tristate "Support for NAND on Nuvoton NUC9xx/w90p910 evaluation boards."
543         depends on ARCH_W90X900
544         help
545           This enables the driver for the NAND Flash on evaluation board based
546           on w90p910 / NUC9xx.
547
548 config MTD_NAND_JZ4740
549         tristate "Support for JZ4740 SoC NAND controller"
550         depends on MACH_JZ4740
551         help
552                 Enables support for NAND Flash on JZ4740 SoC based boards.
553
554 config MTD_NAND_FSMC
555         tristate "Support for NAND on ST Micros FSMC"
556         depends on PLAT_SPEAR || ARCH_NOMADIK || ARCH_U8500 || MACH_U300
557         help
558           Enables support for NAND Flash chips on the ST Microelectronics
559           Flexible Static Memory Controller (FSMC)
560
561 config MTD_NAND_XWAY
562         tristate "Support for NAND on Lantiq XWAY SoC"
563         depends on LANTIQ && SOC_TYPE_XWAY
564         select MTD_NAND_PLATFORM
565         help
566           Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached
567           to the External Bus Unit (EBU).
568
569 endif # MTD_NAND