]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/mtd/nand/Kconfig
Merge current mainline tree into linux-omap tree
[linux-2.6-omap-h63xx.git] / drivers / mtd / nand / Kconfig
1 # drivers/mtd/nand/Kconfig
2 # $Id: Kconfig,v 1.35 2005/11/07 11:14:30 gleixner Exp $
3
4 menuconfig MTD_NAND
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
11           <http://www.linux-mtd.infradead.org/doc/nand.html>.
12
13 if MTD_NAND
14
15 config MTD_NAND_VERIFY_WRITE
16         bool "Verify NAND page writes"
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
22           flipped accidentally due to device wear or something else.
23
24 config MTD_NAND_ECC_SMC
25         bool "NAND ECC Smart Media byte order"
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
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
40 config MTD_NAND_AUTCPU12
41         tristate "SmartMediaCard on autronix autcpu12 board"
42         depends on ARCH_AUTCPU12
43         help
44           This enables the driver for the autronix autcpu12 board to
45           access the SmartMediaCard.
46
47 config MTD_NAND_EDB7312
48         tristate "Support for Cirrus Logic EBD7312 evaluation board"
49         depends on ARCH_EDB7312
50         help
51           This enables the driver for the Cirrus Logic EBD7312 evaluation
52           board to access the onboard NAND Flash.
53
54 config MTD_NAND_H1900
55         tristate "iPAQ H1900 flash"
56         depends on ARCH_PXA && MTD_PARTITIONS
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"
62         depends on ARCH_P720T
63         help
64           If you had to ask, you don't have one. Say 'N'.
65
66 config MTD_NAND_AMS_DELTA
67         tristate "NAND Flash device on Amstrad E3"
68         depends on MACH_AMS_DELTA
69         help
70           Support for NAND flash on Amstrad E3 (Delta).
71
72 config MTD_NAND_OMAP2
73         tristate "NAND Flash device on OMAP 2420H4/2430SDP boards"
74         depends on (ARM && ARCH_OMAP2 && MTD_NAND)
75         help
76           Support for NAND flash on Texas Instruments 2430SDP/2420H4 platforms.
77
78 config MTD_NAND_OMAP
79         tristate "NAND Flash device on OMAP H3/H2/P2 boards"
80         depends on ARM && ARCH_OMAP1 && MTD_NAND && (MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_PERSEUS2)
81         help
82           Support for NAND flash on Texas Instruments H3/H2/P2 platforms.
83
84 config MTD_NAND_OMAP_HW
85         bool "OMAP HW NAND Flash controller support"
86         depends on ARM && ARCH_OMAP16XX && MTD_NAND
87
88         help
89           Driver for TI OMAP16xx hardware NAND flash controller.
90
91 config MTD_NAND_TOTO
92         tristate "NAND Flash device on TOTO board"
93         depends on ARCH_OMAP && BROKEN
94         help
95           Support for NAND flash on Texas Instruments Toto platform.
96
97 config MTD_NAND_TS7250
98         tristate "NAND Flash device on TS-7250 board"
99         depends on MACH_TS72XX
100         help
101           Support for NAND flash on Technologic Systems TS-7250 platform.
102
103 config MTD_NAND_IDS
104         tristate
105
106 config MTD_NAND_AU1550
107         tristate "Au1550/1200 NAND support"
108         depends on SOC_AU1200 || SOC_AU1550
109         help
110           This enables the driver for the NAND flash controller on the
111           AMD/Alchemy 1550 SOC.
112
113 config MTD_NAND_BF5XX
114         tristate "Blackfin on-chip NAND Flash Controller driver"
115         depends on (BF54x || BF52x) && MTD_NAND
116         help
117           This enables the Blackfin on-chip NAND flash controller
118
119           No board specific support is done by this driver, each board
120           must advertise a platform_device for the driver to attach.
121
122           This driver can also be built as a module. If so, the module
123           will be called bf5xx-nand.
124
125 config MTD_NAND_BF5XX_HWECC
126         bool "BF5XX NAND Hardware ECC"
127         depends on MTD_NAND_BF5XX
128         help
129           Enable the use of the BF5XX's internal ECC generator when
130           using NAND.
131
132 config MTD_NAND_RTC_FROM4
133         tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)"
134         depends on SH_SOLUTION_ENGINE
135         select REED_SOLOMON
136         select REED_SOLOMON_DEC8
137         select BITREVERSE
138         help
139           This enables the driver for the Renesas Technology AG-AND
140           flash interface board (FROM_BOARD4)
141
142 config MTD_NAND_PPCHAMELEONEVB
143         tristate "NAND Flash device on PPChameleonEVB board"
144         depends on PPCHAMELEONEVB && BROKEN
145         help
146           This enables the NAND flash driver on the PPChameleon EVB Board.
147
148 config MTD_NAND_S3C2410
149         tristate "NAND Flash support for S3C2410/S3C2440 SoC"
150         depends on ARCH_S3C2410
151         help
152           This enables the NAND flash controller on the S3C2410 and S3C2440
153           SoCs
154
155           No board specific support is done by this driver, each board
156           must advertise a platform_device for the driver to attach.
157
158 config MTD_NAND_S3C2410_DEBUG
159         bool "S3C2410 NAND driver debug"
160         depends on MTD_NAND_S3C2410
161         help
162           Enable debugging of the S3C2410 NAND driver
163
164 config MTD_NAND_S3C2410_HWECC
165         bool "S3C2410 NAND Hardware ECC"
166         depends on MTD_NAND_S3C2410
167         help
168           Enable the use of the S3C2410's internal ECC generator when
169           using NAND. Early versions of the chip have had problems with
170           incorrect ECC generation, and if using these, the default of
171           software ECC is preferable.
172
173 config MTD_NAND_NDFC
174         tristate "NDFC NanD Flash Controller"
175         depends on 4xx && !PPC_MERGE
176         select MTD_NAND_ECC_SMC
177         help
178          NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
179
180 config MTD_NAND_S3C2410_CLKSTOP
181         bool "S3C2410 NAND IDLE clock stop"
182         depends on MTD_NAND_S3C2410
183         default n
184         help
185           Stop the clock to the NAND controller when there is no chip
186           selected to save power. This will mean there is a small delay
187           when the is NAND chip selected or released, but will save
188           approximately 5mA of power when there is nothing happening.
189
190 config MTD_NAND_DISKONCHIP
191         tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)"
192         depends on EXPERIMENTAL
193         select REED_SOLOMON
194         select REED_SOLOMON_DEC16
195         help
196           This is a reimplementation of M-Systems DiskOnChip 2000,
197           Millennium and Millennium Plus as a standard NAND device driver,
198           as opposed to the earlier self-contained MTD device drivers.
199           This should enable, among other things, proper JFFS2 operation on
200           these devices.
201
202 config MTD_NAND_DISKONCHIP_PROBE_ADVANCED
203         bool "Advanced detection options for DiskOnChip"
204         depends on MTD_NAND_DISKONCHIP
205         help
206           This option allows you to specify nonstandard address at which to
207           probe for a DiskOnChip, or to change the detection options.  You
208           are unlikely to need any of this unless you are using LinuxBIOS.
209           Say 'N'.
210
211 config MTD_NAND_DISKONCHIP_PROBE_ADDRESS
212         hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
213         depends on MTD_NAND_DISKONCHIP
214         default "0"
215         ---help---
216         By default, the probe for DiskOnChip devices will look for a
217         DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
218         This option allows you to specify a single address at which to probe
219         for the device, which is useful if you have other devices in that
220         range which get upset when they are probed.
221
222         (Note that on PowerPC, the normal probe will only check at
223         0xE4000000.)
224
225         Normally, you should leave this set to zero, to allow the probe at
226         the normal addresses.
227
228 config MTD_NAND_DISKONCHIP_PROBE_HIGH
229         bool "Probe high addresses"
230         depends on MTD_NAND_DISKONCHIP_PROBE_ADVANCED
231         help
232           By default, the probe for DiskOnChip devices will look for a
233           DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
234           This option changes to make it probe between 0xFFFC8000 and
235           0xFFFEE000.  Unless you are using LinuxBIOS, this is unlikely to be
236           useful to you.  Say 'N'.
237
238 config MTD_NAND_DISKONCHIP_BBTWRITE
239         bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP"
240         depends on MTD_NAND_DISKONCHIP
241         help
242           On DiskOnChip devices shipped with the INFTL filesystem (Millennium
243           and 2000 TSOP/Alon), Linux reserves some space at the end of the
244           device for the Bad Block Table (BBT).  If you have existing INFTL
245           data on your device (created by non-Linux tools such as M-Systems'
246           DOS drivers), your data might overlap the area Linux wants to use for
247           the BBT.  If this is a concern for you, leave this option disabled and
248           Linux will not write BBT data into this area.
249           The downside of leaving this option disabled is that if bad blocks
250           are detected by Linux, they will not be recorded in the BBT, which
251           could cause future problems.
252           Once you enable this option, new filesystems (INFTL or others, created
253           in Linux or other operating systems) will not use the reserved area.
254           The only reason not to enable this option is to prevent damage to
255           preexisting filesystems.
256           Even if you leave this disabled, you can enable BBT writes at module
257           load time (assuming you build diskonchip as a module) with the module
258           parameter "inftl_bbt_write=1".
259
260 config MTD_NAND_SHARPSL
261         tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)"
262         depends on ARCH_PXA
263
264 config MTD_NAND_BASLER_EXCITE
265         tristate  "Support for NAND Flash on Basler eXcite"
266         depends on BASLER_EXCITE
267         help
268           This enables the driver for the NAND flash device found on the
269           Basler eXcite Smart Camera. If built as a module, the driver
270           will be named "excite_nandflash.ko".
271
272 config MTD_NAND_CAFE
273         tristate "NAND support for OLPC CAFÉ chip"
274         depends on PCI
275         select REED_SOLOMON
276         select REED_SOLOMON_DEC16
277         help
278           Use NAND flash attached to the CAFÉ chip designed for the OLPC
279           laptop.
280
281 config MTD_NAND_CS553X
282         tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
283         depends on X86_32 && (X86_PC || X86_GENERICARCH)
284         help
285           The CS553x companion chips for the AMD Geode processor
286           include NAND flash controllers with built-in hardware ECC
287           capabilities; enabling this option will allow you to use
288           these. The driver will check the MSRs to verify that the
289           controller is enabled for NAND, and currently requires that
290           the controller be in MMIO mode.
291
292           If you say "m", the module will be called "cs553x_nand.ko".
293
294 config MTD_NAND_AT91
295         bool "Support for NAND Flash / SmartMedia on AT91"
296         depends on ARCH_AT91
297         help
298           Enables support for NAND Flash / Smart Media Card interface
299           on Atmel AT91 processors.
300
301 config MTD_NAND_CM_X270
302         tristate "Support for NAND Flash on CM-X270 modules"
303         depends on MTD_NAND && MACH_ARMCORE
304
305 config MTD_NAND_PASEMI
306         tristate "NAND support for PA Semi PWRficient"
307         depends on MTD_NAND && PPC_PASEMI
308         help
309           Enables support for NAND Flash interface on PA Semi PWRficient
310           based boards
311
312 config MTD_NAND_NANDSIM
313         tristate "Support for NAND Flash Simulator"
314         depends on MTD_PARTITIONS
315         help
316           The simulator may simulate various NAND flash chips for the
317           MTD nand layer.
318
319 config MTD_NAND_PLATFORM
320         tristate "Support for generic platform NAND driver"
321         depends on MTD_NAND
322         help
323           This implements a generic NAND driver for on-SOC platform
324           devices. You will need to provide platform-specific functions
325           via platform_data.
326
327 config MTD_ALAUDA
328         tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1"
329         depends on MTD_NAND && USB
330         help
331           These two (and possibly other) Alauda-based cardreaders for
332           SmartMedia and xD allow raw flash access.
333
334 config MTD_NAND_ORION
335         tristate "NAND Flash support for Marvell Orion SoC"
336         depends on PLAT_ORION && MTD_NAND
337         help
338           This enables the NAND flash controller on Orion machines.
339
340           No board specific support is done by this driver, each board
341           must advertise a platform_device for the driver to attach.
342
343 config MTD_NAND_FSL_ELBC
344         tristate "NAND support for Freescale eLBC controllers"
345         depends on MTD_NAND && PPC_OF
346         help
347           Various Freescale chips, including the 8313, include a NAND Flash
348           Controller Module with built-in hardware ECC capabilities.
349           Enabling this option will enable you to use this to control
350           external NAND devices.
351
352 endif # MTD_NAND