blob: 4c3425235adc573edbbd2a77ee6efc661c81f75b [file] [log] [blame]
Maxim Levitskye5f710c2010-03-19 17:22:54 +02001config MTD_NAND_ECC
2 tristate
3
4config 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
Maxim Levitsky5869d2c2010-06-02 18:22:48 +030012
13menuconfig 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
Jan Engelhardtec98c682007-04-19 16:21:41 -050023if MTD_NAND
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025config MTD_NAND_VERIFY_WRITE
26 bool "Verify NAND page writes"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 help
28 This adds an extra check when data is written to the flash. The
29 NAND flash device internally checks only bits transitioning
30 from 1 to 0. There is a rare possibility that even though the
31 device thinks the write was successful, a bit could have been
Matt LaPlante09509602006-10-03 22:31:37 +020032 flipped accidentally due to device wear or something else.
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
Ivan Djelic193bd402011-03-11 11:05:33 +010034config MTD_NAND_BCH
35 tristate
36 select BCH
37 depends on MTD_NAND_ECC_BCH
38 default MTD_NAND
39
40config MTD_NAND_ECC_BCH
41 bool "Support software BCH ECC"
42 default n
43 help
44 This enables support for software BCH error correction. Binary BCH
45 codes are more powerful and cpu intensive than traditional Hamming
46 ECC codes. They are used with NAND devices requiring more than 1 bit
47 of error correction.
48
Maxim Levitsky9fc51a32010-02-22 20:39:39 +020049config MTD_SM_COMMON
Maxim Levitsky9fc51a32010-02-22 20:39:39 +020050 tristate
51 default n
52
Thomas Gleixner1cf98272007-04-17 18:30:57 +010053config MTD_NAND_MUSEUM_IDS
54 bool "Enable chip ids for obsolete ancient NAND devices"
Thomas Gleixner1cf98272007-04-17 18:30:57 +010055 default n
56 help
57 Enable this option only when your board has first generation
58 NAND chips (page size 256 byte, erase size 4-8KiB). The IDs
59 of these chips were reused by later, larger chips.
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061config MTD_NAND_AUTCPU12
62 tristate "SmartMediaCard on autronix autcpu12 board"
Jan Engelhardtec98c682007-04-19 16:21:41 -050063 depends on ARCH_AUTCPU12
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 help
Thomas Gleixner61b03bd2005-11-07 11:15:49 +000065 This enables the driver for the autronix autcpu12 board to
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 access the SmartMediaCard.
67
Jason Robertsce082592010-05-13 15:57:33 +010068config MTD_NAND_DENALI
69 depends on PCI
70 tristate "Support Denali NAND controller on Intel Moorestown"
71 help
72 Enable the driver for NAND flash on Intel Moorestown, using the
73 Denali NAND controller core.
74
75config MTD_NAND_DENALI_SCRATCH_REG_ADDR
76 hex "Denali NAND size scratch register address"
77 default "0xFF108018"
Karl Beldan1df62062010-06-12 12:25:13 +020078 depends on MTD_NAND_DENALI
Jason Robertsce082592010-05-13 15:57:33 +010079 help
80 Some platforms place the NAND chip size in a scratch register
81 because (some versions of) the driver aren't able to automatically
82 determine the size of certain chips. Set the address of the
83 scratch register here to enable this feature. On Intel Moorestown
84 boards, the scratch register is at 0xFF108018.
85
Linus Torvalds1da177e2005-04-16 15:20:36 -070086config MTD_NAND_EDB7312
87 tristate "Support for Cirrus Logic EBD7312 evaluation board"
Jan Engelhardtec98c682007-04-19 16:21:41 -050088 depends on ARCH_EDB7312
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 help
Thomas Gleixner61b03bd2005-11-07 11:15:49 +000090 This enables the driver for the Cirrus Logic EBD7312 evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 board to access the onboard NAND Flash.
92
93config MTD_NAND_H1900
94 tristate "iPAQ H1900 flash"
Jamie Ilesc4a55222011-05-23 10:23:24 +010095 depends on ARCH_PXA
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 help
97 This enables the driver for the iPAQ h1900 flash.
98
Mike Rapoportaaf7ea22008-10-15 08:38:49 +020099config MTD_NAND_GPIO
100 tristate "GPIO NAND Flash driver"
David Woodhouse7d28e0d2008-10-20 09:24:43 +0100101 depends on GENERIC_GPIO && ARM
Mike Rapoportaaf7ea22008-10-15 08:38:49 +0200102 help
103 This enables a GPIO based NAND flash driver.
104
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105config MTD_NAND_SPIA
106 tristate "NAND Flash device on SPIA board"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500107 depends on ARCH_P720T
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 help
109 If you had to ask, you don't have one. Say 'N'.
110
Jonathan McDowell3d12c0c2006-05-21 18:11:55 +0100111config MTD_NAND_AMS_DELTA
112 tristate "NAND Flash device on Amstrad E3"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500113 depends on MACH_AMS_DELTA
Janusz Krzysztofik494f45d2010-12-15 12:58:15 +0100114 default y
Jonathan McDowell3d12c0c2006-05-21 18:11:55 +0100115 help
116 Support for NAND flash on Amstrad E3 (Delta).
117
Vimal Singh67ce04b2009-05-12 13:47:03 -0700118config MTD_NAND_OMAP2
119 tristate "NAND Flash device on OMAP2 and OMAP3"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400120 depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3)
Vimal Singh67ce04b2009-05-12 13:47:03 -0700121 help
122 Support for NAND flash on Texas Instruments OMAP2 and OMAP3 platforms.
123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124config MTD_NAND_IDS
125 tristate
126
Maxim Levitsky67e054e2010-02-22 20:39:42 +0200127config MTD_NAND_RICOH
128 tristate "Ricoh xD card reader"
129 default n
Randy Dunlapf696aa42010-03-11 09:10:32 -0800130 depends on PCI
Maxim Levitsky67e054e2010-02-22 20:39:42 +0200131 select MTD_SM_COMMON
132 help
133 Enable support for Ricoh R5C852 xD card reader
134 You also need to enable ether
135 NAND SSFDC (SmartMedia) read only translation layer' or new
136 expermental, readwrite
137 'SmartMedia/xD new translation layer'
138
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139config MTD_NAND_AU1550
Pete Popovef6f0d12005-09-23 02:44:58 +0100140 tristate "Au1550/1200 NAND support"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500141 depends on SOC_AU1200 || SOC_AU1550
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 help
143 This enables the driver for the NAND flash controller on the
144 AMD/Alchemy 1550 SOC.
145
Bryan Wub37bde12007-10-02 13:56:05 -0700146config MTD_NAND_BF5XX
147 tristate "Blackfin on-chip NAND Flash Controller driver"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400148 depends on BF54x || BF52x
Bryan Wub37bde12007-10-02 13:56:05 -0700149 help
150 This enables the Blackfin on-chip NAND flash controller
151
152 No board specific support is done by this driver, each board
153 must advertise a platform_device for the driver to attach.
154
155 This driver can also be built as a module. If so, the module
156 will be called bf5xx-nand.
157
158config MTD_NAND_BF5XX_HWECC
159 bool "BF5XX NAND Hardware ECC"
Mike Frysingera0dd2012008-07-30 12:35:02 -0700160 default y
Bryan Wub37bde12007-10-02 13:56:05 -0700161 depends on MTD_NAND_BF5XX
162 help
163 Enable the use of the BF5XX's internal ECC generator when
164 using NAND.
165
Mike Frysingerfcb90ba2008-07-30 12:35:01 -0700166config MTD_NAND_BF5XX_BOOTROM_ECC
167 bool "Use Blackfin BootROM ECC Layout"
168 default n
169 depends on MTD_NAND_BF5XX_HWECC
170 help
171 If you wish to modify NAND pages and allow the Blackfin on-chip
172 BootROM to boot from them, say Y here. This is only necessary
173 if you are booting U-Boot out of NAND and you wish to update
174 U-Boot from Linux' userspace. Otherwise, you should say N here.
175
176 If unsure, say N.
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178config MTD_NAND_RTC_FROM4
179 tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500180 depends on SH_SOLUTION_ENGINE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181 select REED_SOLOMON
182 select REED_SOLOMON_DEC8
Adrian Bunk1605cd32006-11-22 05:38:11 +0100183 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 help
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000185 This enables the driver for the Renesas Technology AG-AND
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 flash interface board (FROM_BOARD4)
187
188config MTD_NAND_PPCHAMELEONEVB
189 tristate "NAND Flash device on PPChameleonEVB board"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500190 depends on PPCHAMELEONEVB && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 help
192 This enables the NAND flash driver on the PPChameleon EVB Board.
193
194config MTD_NAND_S3C2410
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700195 tristate "NAND Flash support for Samsung S3C SoCs"
196 depends on ARCH_S3C2410 || ARCH_S3C64XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 help
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700198 This enables the NAND flash controller on the S3C24xx and S3C64xx
Ben Dooksa4f957f2005-06-20 12:48:25 +0100199 SoCs
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
Egry Gábor4992a9e2006-05-12 17:35:02 +0100201 No board specific support is done by this driver, each board
Thomas Gleixner61b03bd2005-11-07 11:15:49 +0000202 must advertise a platform_device for the driver to attach.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203
204config MTD_NAND_S3C2410_DEBUG
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700205 bool "Samsung S3C NAND driver debug"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 depends on MTD_NAND_S3C2410
207 help
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700208 Enable debugging of the S3C NAND driver
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209
210config MTD_NAND_S3C2410_HWECC
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700211 bool "Samsung S3C NAND Hardware ECC"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 depends on MTD_NAND_S3C2410
213 help
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700214 Enable the use of the controller's internal ECC generator when
215 using NAND. Early versions of the chips have had problems with
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 incorrect ECC generation, and if using these, the default of
217 software ECC is preferable.
218
Sean MacLennana808ad32008-12-10 13:16:34 +0000219config MTD_NAND_NDFC
220 tristate "NDFC NanD Flash Controller"
221 depends on 4xx
222 select MTD_NAND_ECC_SMC
223 help
224 NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
225
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100226config MTD_NAND_S3C2410_CLKSTOP
Peter Korsgaard9dbc0902009-06-07 06:04:23 -0700227 bool "Samsung S3C NAND IDLE clock stop"
Ben Dooksd1fef3c2006-06-19 09:29:38 +0100228 depends on MTD_NAND_S3C2410
229 default n
230 help
231 Stop the clock to the NAND controller when there is no chip
232 selected to save power. This will mean there is a small delay
233 when the is NAND chip selected or released, but will save
234 approximately 5mA of power when there is nothing happening.
235
Leo (Hao) Chen266dead2009-10-09 19:13:08 -0700236config MTD_NAND_BCM_UMI
237 tristate "NAND Flash support for BCM Reference Boards"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400238 depends on ARCH_BCMRING
Leo (Hao) Chen266dead2009-10-09 19:13:08 -0700239 help
240 This enables the NAND flash controller on the BCM UMI block.
241
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300242 No board specific support is done by this driver, each board
Leo (Hao) Chen266dead2009-10-09 19:13:08 -0700243 must advertise a platform_device for the driver to attach.
244
245config MTD_NAND_BCM_UMI_HWCS
246 bool "BCM UMI NAND Hardware CS"
247 depends on MTD_NAND_BCM_UMI
248 help
249 Enable the use of the BCM UMI block's internal CS using NAND.
250 This should only be used if you know the external NAND CS can toggle.
251
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252config MTD_NAND_DISKONCHIP
253 tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500254 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 select REED_SOLOMON
256 select REED_SOLOMON_DEC16
257 help
258 This is a reimplementation of M-Systems DiskOnChip 2000,
259 Millennium and Millennium Plus as a standard NAND device driver,
260 as opposed to the earlier self-contained MTD device drivers.
261 This should enable, among other things, proper JFFS2 operation on
262 these devices.
263
264config MTD_NAND_DISKONCHIP_PROBE_ADVANCED
265 bool "Advanced detection options for DiskOnChip"
266 depends on MTD_NAND_DISKONCHIP
267 help
268 This option allows you to specify nonstandard address at which to
269 probe for a DiskOnChip, or to change the detection options. You
270 are unlikely to need any of this unless you are using LinuxBIOS.
271 Say 'N'.
272
273config MTD_NAND_DISKONCHIP_PROBE_ADDRESS
274 hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
275 depends on MTD_NAND_DISKONCHIP
276 default "0"
277 ---help---
278 By default, the probe for DiskOnChip devices will look for a
279 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
280 This option allows you to specify a single address at which to probe
281 for the device, which is useful if you have other devices in that
282 range which get upset when they are probed.
283
284 (Note that on PowerPC, the normal probe will only check at
285 0xE4000000.)
286
287 Normally, you should leave this set to zero, to allow the probe at
288 the normal addresses.
289
290config MTD_NAND_DISKONCHIP_PROBE_HIGH
291 bool "Probe high addresses"
292 depends on MTD_NAND_DISKONCHIP_PROBE_ADVANCED
293 help
294 By default, the probe for DiskOnChip devices will look for a
295 DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
296 This option changes to make it probe between 0xFFFC8000 and
297 0xFFFEE000. Unless you are using LinuxBIOS, this is unlikely to be
298 useful to you. Say 'N'.
299
300config MTD_NAND_DISKONCHIP_BBTWRITE
301 bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP"
302 depends on MTD_NAND_DISKONCHIP
303 help
304 On DiskOnChip devices shipped with the INFTL filesystem (Millennium
305 and 2000 TSOP/Alon), Linux reserves some space at the end of the
306 device for the Bad Block Table (BBT). If you have existing INFTL
307 data on your device (created by non-Linux tools such as M-Systems'
308 DOS drivers), your data might overlap the area Linux wants to use for
309 the BBT. If this is a concern for you, leave this option disabled and
310 Linux will not write BBT data into this area.
311 The downside of leaving this option disabled is that if bad blocks
312 are detected by Linux, they will not be recorded in the BBT, which
313 could cause future problems.
314 Once you enable this option, new filesystems (INFTL or others, created
315 in Linux or other operating systems) will not use the reserved area.
316 The only reason not to enable this option is to prevent damage to
317 preexisting filesystems.
318 Even if you leave this disabled, you can enable BBT writes at module
319 load time (assuming you build diskonchip as a module) with the module
320 parameter "inftl_bbt_write=1".
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321
Adrian Bunk54af6b42006-03-31 02:29:43 -0800322config MTD_NAND_SHARPSL
323 tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)"
Jan Engelhardtec98c682007-04-19 16:21:41 -0500324 depends on ARCH_PXA
Adrian Bunk54af6b42006-03-31 02:29:43 -0800325
David Woodhousec45aa052006-10-22 02:17:05 +0100326config MTD_NAND_CAFE
Segher Boessenkool8c61b7a2007-05-02 12:18:49 +0200327 tristate "NAND support for OLPC CAFÉ chip"
328 depends on PCI
329 select REED_SOLOMON
330 select REED_SOLOMON_DEC16
331 help
Adrian Bunk8f46c522007-06-22 01:52:08 +0200332 Use NAND flash attached to the CAFÉ chip designed for the OLPC
Segher Boessenkool8c61b7a2007-05-02 12:18:49 +0200333 laptop.
David Woodhousec45aa052006-10-22 02:17:05 +0100334
David Woodhouse179fdc32006-05-11 22:35:28 +0100335config MTD_NAND_CS553X
336 tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
Yinghai Lu4272ebf2009-01-29 15:14:46 -0800337 depends on X86_32
David Woodhousef41a5f82006-05-16 13:11:47 +0100338 help
339 The CS553x companion chips for the AMD Geode processor
340 include NAND flash controllers with built-in hardware ECC
341 capabilities; enabling this option will allow you to use
342 these. The driver will check the MSRs to verify that the
343 controller is enabled for NAND, and currently requires that
344 the controller be in MMIO mode.
345
Pavel Machek4737f092009-06-05 00:44:53 +0200346 If you say "m", the module will be called cs553x_nand.
David Woodhousef41a5f82006-05-16 13:11:47 +0100347
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200348config MTD_NAND_ATMEL
David Brownellbd5a4382008-07-03 23:40:19 -0700349 tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32"
Håvard Skinnemoen984290d2008-06-06 18:04:57 +0200350 depends on ARCH_AT91 || AVR32
Andrew Victor42cb1402006-10-19 18:24:35 +0200351 help
352 Enables support for NAND Flash / Smart Media Card interface
Håvard Skinnemoen984290d2008-06-06 18:04:57 +0200353 on Atmel AT91 and AVR32 processors.
Richard Genoud77f54922008-04-23 19:51:14 +0200354choice
Håvard Skinnemoen984290d2008-06-06 18:04:57 +0200355 prompt "ECC management for NAND Flash / SmartMedia on AT91 / AVR32"
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200356 depends on MTD_NAND_ATMEL
Richard Genoud77f54922008-04-23 19:51:14 +0200357
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200358config MTD_NAND_ATMEL_ECC_HW
Richard Genoud77f54922008-04-23 19:51:14 +0200359 bool "Hardware ECC"
Håvard Skinnemoen984290d2008-06-06 18:04:57 +0200360 depends on ARCH_AT91SAM9263 || ARCH_AT91SAM9260 || AVR32
Richard Genoud77f54922008-04-23 19:51:14 +0200361 help
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200362 Use hardware ECC instead of software ECC when the chip
363 supports it.
364
Richard Genoud77f54922008-04-23 19:51:14 +0200365 The hardware ECC controller is capable of single bit error
366 correction and 2-bit random detection per page.
367
368 NB : hardware and software ECC schemes are incompatible.
369 If you switch from one to another, you'll have to erase your
370 mtd partition.
371
372 If unsure, say Y
373
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200374config MTD_NAND_ATMEL_ECC_SOFT
Richard Genoud77f54922008-04-23 19:51:14 +0200375 bool "Software ECC"
376 help
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200377 Use software ECC.
Richard Genoud77f54922008-04-23 19:51:14 +0200378
379 NB : hardware and software ECC schemes are incompatible.
380 If you switch from one to another, you'll have to erase your
381 mtd partition.
382
Håvard Skinnemoend4f4c0a2008-06-06 18:04:52 +0200383config MTD_NAND_ATMEL_ECC_NONE
Richard Genoud77f54922008-04-23 19:51:14 +0200384 bool "No ECC (testing only, DANGEROUS)"
385 depends on DEBUG_KERNEL
386 help
387 No ECC will be used.
388 It's not a good idea and it should be reserved for testing
389 purpose only.
390
391 If unsure, say N
392
Richard Genoud77f54922008-04-23 19:51:14 +0200393endchoice
Andrew Victor42cb1402006-10-19 18:24:35 +0200394
eric miaofe69af02008-02-14 15:48:23 +0800395config MTD_NAND_PXA3xx
Mike Rapoport82a72d12009-02-17 13:54:46 +0200396 tristate "Support for NAND flash devices on PXA3xx"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400397 depends on PXA3xx || ARCH_MMP
eric miaofe69af02008-02-14 15:48:23 +0800398 help
399 This enables the driver for the NAND flash device found on
400 PXA3xx processors
401
Mike Rapoport54d33c42007-04-22 08:53:21 +0300402config MTD_NAND_CM_X270
403 tristate "Support for NAND Flash on CM-X270 modules"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400404 depends on MACH_ARMCORE
Mike Rapoport54d33c42007-04-22 08:53:21 +0300405
Egor Martovetsky846fc312007-11-28 18:37:31 -0600406config MTD_NAND_PASEMI
407 tristate "NAND support for PA Semi PWRficient"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400408 depends on PPC_PASEMI
Egor Martovetsky846fc312007-11-28 18:37:31 -0600409 help
410 Enables support for NAND Flash interface on PA Semi PWRficient
411 based boards
Mike Rapoport54d33c42007-04-22 08:53:21 +0300412
Ian Moltonec43b812008-07-15 16:04:22 +0100413config MTD_NAND_TMIO
414 tristate "NAND Flash device on Toshiba Mobile IO Controller"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400415 depends on MFD_TMIO
Ian Moltonec43b812008-07-15 16:04:22 +0100416 help
417 Support for NAND flash connected to a Toshiba Mobile IO
418 Controller in some PDAs, including the Sharp SL6000x.
419
Adrian Bunk54af6b42006-03-31 02:29:43 -0800420config MTD_NAND_NANDSIM
421 tristate "Support for NAND Flash Simulator"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 help
David Woodhousef41a5f82006-05-16 13:11:47 +0100423 The simulator may simulate various NAND flash chips for the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 MTD nand layer.
Adrian Bunk54af6b42006-03-31 02:29:43 -0800425
Vitaly Wool711fdf62007-05-06 19:31:18 +0400426config MTD_NAND_PLATFORM
427 tristate "Support for generic platform NAND driver"
Vitaly Wool711fdf62007-05-06 19:31:18 +0400428 help
429 This implements a generic NAND driver for on-SOC platform
430 devices. You will need to provide platform-specific functions
431 via platform_data.
432
Jörn Engele2085202007-08-29 17:57:11 +0200433config MTD_ALAUDA
Dave Jones42265942007-10-17 23:33:12 +0200434 tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400435 depends on USB
Jörn Engele2085202007-08-29 17:57:11 +0200436 help
437 These two (and possibly other) Alauda-based cardreaders for
438 SmartMedia and xD allow raw flash access.
Vitaly Wool711fdf62007-05-06 19:31:18 +0400439
Tzachi Perelstein2a1dba22007-10-17 01:10:40 +0200440config MTD_NAND_ORION
441 tristate "NAND Flash support for Marvell Orion SoC"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400442 depends on PLAT_ORION
Tzachi Perelstein2a1dba22007-10-17 01:10:40 +0200443 help
444 This enables the NAND flash controller on Orion machines.
445
446 No board specific support is done by this driver, each board
447 must advertise a platform_device for the driver to attach.
448
Scott Wood76b10462008-02-06 15:36:21 -0600449config MTD_NAND_FSL_ELBC
450 tristate "NAND support for Freescale eLBC controllers"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400451 depends on PPC_OF
Roy Zang3ab8f2a2010-10-18 15:22:31 +0800452 select FSL_LBC
Scott Wood76b10462008-02-06 15:36:21 -0600453 help
454 Various Freescale chips, including the 8313, include a NAND Flash
455 Controller Module with built-in hardware ECC capabilities.
456 Enabling this option will enable you to use this to control
457 external NAND devices.
458
Anton Vorontsov5c249c52008-03-11 22:33:13 +0300459config MTD_NAND_FSL_UPM
460 tristate "Support for NAND on Freescale UPM"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400461 depends on PPC_83xx || PPC_85xx
Anton Vorontsov5c249c52008-03-11 22:33:13 +0300462 select FSL_LBC
463 help
464 Enables support for NAND Flash chips wired onto Freescale PowerPC
465 processor localbus with User-Programmable Machine support.
466
Anatolij Gustschinbb315f72010-02-15 18:35:05 +0100467config MTD_NAND_MPC5121_NFC
468 tristate "MPC5121 built-in NAND Flash Controller support"
469 depends on PPC_MPC512x
470 help
471 This enables the driver for the NAND flash controller on the
472 MPC5121 SoC.
473
Sascha Hauer34f6e152008-09-02 17:16:59 +0200474config MTD_NAND_MXC
475 tristate "MXC NAND support"
Richard Zhao76851672011-03-03 16:40:02 +0800476 depends on IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauer34f6e152008-09-02 17:16:59 +0200477 help
478 This enables the driver for the NAND flash controller on the
479 MXC processors.
480
Alessandro Rubini63234712009-07-29 18:51:56 +0200481config MTD_NAND_NOMADIK
482 tristate "ST Nomadik 8815 NAND support"
483 depends on ARCH_NOMADIK
484 help
485 Driver for the NAND flash controller on the Nomadik, with ECC.
486
Yoshihiro Shimoda6028aa02008-10-14 21:23:26 +0900487config MTD_NAND_SH_FLCTL
488 tristate "Support for NAND on Renesas SuperH FLCTL"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400489 depends on SUPERH || ARCH_SHMOBILE
Yoshihiro Shimoda6028aa02008-10-14 21:23:26 +0900490 help
491 Several Renesas SuperH CPU has FLCTL. This option enables support
Magnus Dammb79c7ad2010-02-02 13:01:25 +0900492 for NAND Flash using FLCTL.
Yoshihiro Shimoda6028aa02008-10-14 21:23:26 +0900493
David Brownellff4569c2009-03-04 12:01:37 -0800494config MTD_NAND_DAVINCI
495 tristate "Support NAND on DaVinci SoC"
496 depends on ARCH_DAVINCI
497 help
498 Enable the driver for NAND flash chips on Texas Instruments
499 DaVinci processors.
500
Atsushi Nemoto64fb65b2009-03-04 12:01:34 -0800501config MTD_NAND_TXX9NDFMC
502 tristate "NAND Flash support for TXx9 SoC"
503 depends on SOC_TX4938 || SOC_TX4939
504 help
505 This enables the NAND flash controller on the TXx9 SoCs.
506
Wolfgang Grandegger1b578192009-03-25 11:48:38 +0100507config MTD_NAND_SOCRATES
508 tristate "Support for NAND on Socrates board"
Kyle Spaans8c1a1152010-06-08 09:48:22 -0400509 depends on SOCRATES
Wolfgang Grandegger1b578192009-03-25 11:48:38 +0100510 help
511 Enables support for NAND Flash chips wired onto Socrates board.
512
David Woodhousebb6a77552010-01-01 12:16:47 +0000513config MTD_NAND_NUC900
514 tristate "Support for NAND on Nuvoton NUC9xx/w90p910 evaluation boards."
Jamie Iles6a8a98b2011-05-23 10:23:43 +0100515 depends on ARCH_W90X900
Wan ZongShun8bff82c2009-07-10 15:17:27 +0800516 help
517 This enables the driver for the NAND Flash on evaluation board based
David Woodhousebb6a77552010-01-01 12:16:47 +0000518 on w90p910 / NUC9xx.
Wan ZongShun8bff82c2009-07-10 15:17:27 +0800519
Lars-Peter Clausenba01d6e2010-07-17 11:15:29 +0000520config MTD_NAND_JZ4740
521 tristate "Support for JZ4740 SoC NAND controller"
522 depends on MACH_JZ4740
523 help
524 Enables support for NAND Flash on JZ4740 SoC based boards.
525
Linus Walleij6c009ab2010-09-13 00:35:22 +0200526config MTD_NAND_FSMC
527 tristate "Support for NAND on ST Micros FSMC"
528 depends on PLAT_SPEAR || PLAT_NOMADIK || MACH_U300
529 help
530 Enables support for NAND Flash chips on the ST Microelectronics
531 Flexible Static Memory Controller (FSMC)
532
Jan Engelhardtec98c682007-04-19 16:21:41 -0500533endif # MTD_NAND