This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / mtd / maps / Kconfig
1 # drivers/mtd/maps/Kconfig
2 # $Id: Kconfig,v 1.29 2004/07/15 15:29:17 dwmw2 Exp $
3
4 menu "Mapping drivers for chip access"
5         depends on MTD!=n
6
7 config MTD_COMPLEX_MAPPINGS
8         bool "Support non-linear mappings of flash chips"
9         depends on MTD
10         help
11           This causes the chip drivers to allow for complicated
12           paged mappings of flash chips.
13
14 config MTD_PHYSMAP
15         tristate "CFI Flash device in physical memory map"
16         depends on MTD_CFI
17         help
18           This provides a 'mapping' driver which allows the CFI probe and
19           command set driver code to communicate with flash chips which
20           are mapped physically into the CPU's memory. You will need to
21           configure the physical address and size of the flash chips on
22           your particular board as well as the bus width.
23
24 config MTD_PHYSMAP_START
25         hex "Physical start address of flash mapping"
26         depends on MTD_PHYSMAP
27         default "0x8000000"
28         help
29           This is the physical memory location at which the flash chips
30           are mapped on your particular target board. Refer to the
31           memory map which should hopefully be in the documentation for
32           your board.
33
34 config MTD_PHYSMAP_LEN
35         hex "Physical length of flash mapping"
36         depends on MTD_PHYSMAP
37         default "0x4000000"
38         help
39           This is the total length of the mapping of the flash chips on
40           your particular board. If there is space, or aliases, in the
41           physical memory map between the chips, this could be larger
42           than the total amount of flash present. Refer to the memory
43           map which should hopefully be in the documentation for your
44           board.
45
46 config MTD_PHYSMAP_BUSWIDTH
47         int "Bus width in octets"
48         depends on MTD_PHYSMAP
49         default "2"
50         help
51           This is the total width of the data bus of the flash devices
52           in octets. For example, if you have a data bus width of 32
53           bits, you would set the bus width octect value to 4. This is
54           used internally by the CFI drivers.
55
56 config MTD_SUN_UFLASH
57         tristate "Sun Microsystems userflash support"
58         depends on (SPARC32 || SPARC64) && MTD_CFI
59         help
60           This provides a 'mapping' driver which supports the way in 
61           which user-programmable flash chips are connected on various 
62           Sun Microsystems boardsets.  This driver will require CFI support 
63           in the kernel, so if you did not enable CFI previously, do that now.
64
65 config MTD_PNC2000
66         tristate "CFI Flash device mapped on Photron PNC-2000"
67         depends on X86 && MTD_CFI && MTD_PARTITIONS
68         help
69           PNC-2000 is the name of Network Camera product from PHOTRON
70           Ltd. in Japan. It uses CFI-compliant flash.
71
72 config MTD_SC520CDP
73         tristate "CFI Flash device mapped on AMD SC520 CDP"
74         depends on X86 && MTD_CFI
75         help
76           The SC520 CDP board has two banks of CFI-compliant chips and one
77           Dual-in-line JEDEC chip. This 'mapping' driver supports that
78           arrangement, implementing three MTD devices.
79
80 config MTD_NETSC520
81         tristate "CFI Flash device mapped on AMD NetSc520"
82         depends on X86 && MTD_CFI && MTD_PARTITIONS
83         help
84           This enables access routines for the flash chips on the AMD NetSc520
85           demonstration board. If you have one of these boards and would like 
86           to use the flash chips on it, say 'Y'.
87
88 config MTD_SBC_GXX
89         tristate "CFI Flash device mapped on Arcom SBC-GXx boards"
90         depends on X86 && MTD_CFI_INTELEXT && MTD_PARTITIONS && MTD_COMPLEX_MAPPINGS
91         help
92           This provides a driver for the on-board flash of Arcom Control
93           Systems' SBC-GXn family of boards, formerly known as SBC-MediaGX.
94           By default the flash is split into 3 partitions which are accessed
95           as separate MTD devices. This board utilizes Intel StrataFlash.
96           More info at
97           <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>.
98
99 config MTD_ELAN_104NC
100         tristate "CFI Flash device mapped on Arcom ELAN-104NC"
101         depends on X86 && MTD_CFI_INTELEXT && MTD_PARTITIONS && MTD_COMPLEX_MAPPINGS
102         help
103           This provides a driver for the on-board flash of the Arcom Control
104           System's ELAN-104NC development board. By default the flash
105           is split into 3 partitions which are accessed as separate MTD
106           devices. This board utilizes Intel StrataFlash. More info at
107           <http://www.arcomcontrols.com/products/icp/pc104/processors/ELAN104NC.htm>.
108
109 config MTD_LUBBOCK
110         tristate "CFI Flash device mapped on Intel Lubbock XScale eval board"
111         depends on ARCH_LUBBOCK && MTD_CFI_INTELEXT && MTD_PARTITIONS
112         help
113           This provides a driver for the on-board flash of the Intel
114           'Lubbock' XScale evaluation board.
115
116 config MTD_OCTAGON
117         tristate "JEDEC Flash device mapped on Octagon 5066 SBC"
118         depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS
119         help
120           This provides a 'mapping' driver which supports the way in which
121           the flash chips are connected in the Octagon-5066 Single Board
122           Computer. More information on the board is available at
123           <http://www.octagonsystems.com/CPUpages/5066.html>.
124
125 config MTD_VMAX
126         tristate "JEDEC Flash device mapped on Tempustech VMAX SBC301"
127         depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS
128         help
129           This provides a 'mapping' driver which supports the way in which
130           the flash chips are connected in the Tempustech VMAX SBC301 Single
131           Board Computer. More information on the board is available at
132           <http://www.tempustech.com/>.
133
134 config MTD_SCx200_DOCFLASH
135         tristate "Flash device mapped with DOCCS on NatSemi SCx200"
136         depends on X86 && MTD_CFI
137         help
138           Enable support for a flash chip mapped using the DOCCS signal on a
139           National Semiconductor SCx200 processor.
140
141           If you don't know what to do here, say N.
142
143           If compiled as a module, it will be called scx200_docflash.
144
145 config MTD_AMD76XROM
146         tristate "BIOS flash chip on AMD76x southbridge"
147         depends on X86 && MTD_JEDECPROBE
148         help
149           Support for treating the BIOS flash chip on AMD76x motherboards
150           as an MTD device - with this you can reprogram your BIOS.
151
152           BE VERY CAREFUL.
153
154 config MTD_ICHXROM
155         tristate "BIOS flash chip on Intel Controller Hub 2/3/4/5"
156         depends on X86 && MTD_JEDECPROBE && MTD_COMPLEX_MAPPINGS
157         help
158           Support for treating the BIOS flash chip on ICHX motherboards
159           as an MTD device - with this you can reprogram your BIOS.
160
161           BE VERY CAREFUL.
162
163 config MTD_SCB2_FLASH
164         tristate "BIOS flash chip on Intel SCB2 boards"
165         depends on X86 && MTD_JEDECPROBE
166         help
167           Support for treating the BIOS flash chip on Intel SCB2 boards
168           as an MTD device - with this you can reprogram your BIOS.
169
170           BE VERY CAREFUL.
171
172 config MTD_TSUNAMI
173         tristate "Flash chips on Tsunami TIG bus"
174         depends on ALPHA_TSUNAMI && MTD_COMPLEX_MAPPINGS
175         help
176           Support for the flash chip on Tsunami TIG bus.
177
178 config MTD_LASAT
179         tristate "Flash chips on LASAT board"
180         depends on LASAT
181         help
182           Support for the flash chips on the Lasat 100 and 200 boards.
183
184 config MTD_NETtel
185         tristate "CFI flash device on SnapGear/SecureEdge"
186         depends on X86 && MTD_PARTITIONS && MTD_JEDECPROBE
187         help
188           Support for flash chips on NETtel/SecureEdge/SnapGear boards.
189
190 config MTD_PB1XXX
191         tristate "Flash devices on Alchemy PB1xxx boards"
192         depends on MIPS && ( MIPS_PB1000 || MIPS_PB1100 || MIPS_PB1500 )
193         help
194           Flash memory access on Alchemy Pb1000/Pb1100/Pb1500 boards
195
196 config MTD_PB1XXX_BOOT
197         bool "PB1x00 boot flash device"
198         depends on MTD_PB1XXX && ( MIPS_PB1100 || MIPS_PB1500 )
199         help
200           Use the first of the two 32MiB flash banks on Pb1100/Pb1500 board.
201           You can say 'Y' to both this and 'MTD_PB1XXX_USER' below, to use
202           both banks.
203
204 config MTD_PB1XXX_USER
205         bool "PB1x00 user flash device"
206         depends on MTD_PB1XXX && ( MIPS_PB1100 || MIPS_PB1500 )
207         default y if MTD_PB1XX_BOOT = n
208         help
209           Use the second of the two 32MiB flash banks on Pb1100/Pb1500 board.
210           You can say 'Y' to both this and 'MTD_PB1XXX_BOOT' above, to use
211           both banks.
212
213 config MTD_PB1550
214         tristate "Flash devices on Alchemy PB1550 board"
215         depends on MIPS && MIPS_PB1550
216         help
217           Flash memory access on Alchemy Pb1550 board
218
219 config MTD_PB1550_BOOT
220         bool "PB1550 boot flash device"
221         depends on MTD_PB1550
222         help
223           Use the first of the two 64MiB flash banks on Pb1550 board.
224           You can say 'Y' to both this and 'MTD_PB1550_USER' below, to use
225           both banks.
226
227 config MTD_PB1550_USER
228         bool "PB1550 user flash device"
229         depends on MTD_PB1550
230         default y if MTD_PB1550_BOOT = n
231         help
232           Use the second of the two 64MiB flash banks on Pb1550 board.
233           You can say 'Y' to both this and 'MTD_PB1550_BOOT' above, to use
234           both banks.
235
236 config MTD_DB1550
237         tristate "Flash devices on Alchemy DB1550 board"
238         depends on MIPS && MIPS_DB1550
239         help
240           Flash memory access on Alchemy Db1550 board
241
242 config MTD_DB1550_BOOT
243         bool "DB1550 boot flash device"
244         depends on MTD_DB1550
245         help
246           Use the first of the two 64MiB flash banks on Db1550 board.
247           You can say 'Y' to both this and 'MTD_DB1550_USER' below, to use
248           both banks.
249
250 config MTD_DB1550_USER
251         bool "DB1550 user flash device"
252         depends on MTD_DB1550
253         default y if MTD_DB1550_BOOT = n
254         help
255           Use the second of the two 64MiB flash banks on Db1550 board.
256           You can say 'Y' to both this and 'MTD_DB1550_BOOT' above, to use
257           both banks.
258
259 config MTD_DILNETPC
260         tristate "CFI Flash device mapped on DIL/Net PC"
261         depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT
262         help
263           MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP".
264           For details, see <http://www.ssv-embedded.de/ssv/pc104/p169.htm>
265           and <http://www.ssv-embedded.de/ssv/pc104/p170.htm>
266
267 config MTD_DILNETPC_BOOTSIZE
268         hex "Size of DIL/Net PC flash boot partition"
269         depends on MTD_DILNETPC
270         default "0x80000"
271         help
272           The amount of space taken up by the kernel or Etherboot
273           on the DIL/Net PC flash chips.
274
275 config MTD_L440GX
276         tristate "BIOS flash chip on Intel L440GX boards"
277         depends on X86 && MTD_JEDECPROBE
278         help
279           Support for treating the BIOS flash chip on Intel L440GX motherboards
280           as an MTD device - with this you can reprogram your BIOS.
281
282           BE VERY CAREFUL.
283
284 config MTD_SBC8240
285         tristate "Flash device on SBC8240"
286         depends on PPC32 && MTD_JEDECPROBE && 6xx && 8260
287         help
288           Flash access on the SBC8240 board from Wind River.  See
289           <http://www.windriver.com/products/sbc8240/>
290
291 config MTD_TQM8XXL
292         tristate "CFI Flash device mapped on TQM8XXL"
293         depends on MTD_CFI && PPC32 && 8xx && TQM8xxL
294         help
295           The TQM8xxL PowerPC board has up to two banks of CFI-compliant
296           chips, currently uses AMD one. This 'mapping' driver supports
297           that arrangement, allowing the CFI probe and command set driver
298           code to communicate with the chips on the TQM8xxL board. More at
299           <http://www.denx.de/embedded-ppc-en.html>.
300
301 config MTD_RPXLITE
302         tristate "CFI Flash device mapped on RPX Lite or CLLF"
303         depends on MTD_CFI && PPC32 && 8xx && (RPXCLASSIC || RPXLITE)
304         help
305           The RPXLite PowerPC board has CFI-compliant chips mapped in
306           a strange sparse mapping. This 'mapping' driver supports that
307           arrangement, allowing the CFI probe and command set driver code
308           to communicate with the chips on the RPXLite board. More at
309           <http://www.embeddedplanet.com/>.
310
311 config MTD_MBX860
312         tristate "System flash on MBX860 board"
313         depends on MTD_CFI && PPC32 && 8xx && MBX
314         help
315           This enables access routines for the flash chips on the Motorola
316           MBX860 board. If you have one of these boards and would like
317           to use the flash chips on it, say 'Y'.
318
319 config MTD_DBOX2
320         tristate "CFI Flash device mapped on D-Box2"
321         depends on PPC32 && 8xx && DBOX2 && MTD_CFI_INTELSTD && MTD_CFI_INTELEXT && MTD_CFI_AMDSTD
322         help
323           This enables access routines for the flash chips on the Nokia/Sagem
324           D-Box 2 board. If you have one of these boards and would like to use
325           the flash chips on it, say 'Y'.
326
327 config MTD_CFI_FLAGADM
328         tristate "CFI Flash device mapping on FlagaDM"
329         depends on PPC32 && 8xx && MTD_CFI
330         help
331           Mapping for the Flaga digital module. If you don´t have one, ignore
332           this setting.
333
334 config MTD_BEECH
335         tristate "CFI Flash device mapped on IBM 405LP Beech"
336         depends on MTD_CFI && PPC32 && 40x && BEECH
337         help
338           This enables access routines for the flash chips on the IBM
339           405LP Beech board. If you have one of these boards and would like
340           to use the flash chips on it, say 'Y'.
341
342 config MTD_ARCTIC
343         tristate "CFI Flash device mapped on IBM 405LP Arctic"
344         depends on MTD_CFI && PPC32 && 40x && ARCTIC2
345         help
346           This enables access routines for the flash chips on the IBM 405LP
347           Arctic board. If you have one of these boards and would like to
348           use the flash chips on it, say 'Y'.
349
350 config MTD_EBONY
351         tristate "CFI Flash device mapped on IBM 440GP Ebony"
352         depends on MTD_CFI && PPC32 && 440 && EBONY
353         help
354           This enables access routines for the flash chips on the IBM 440GP
355           Ebony board. If you have one of these boards and would like to
356           use the flash chips on it, say 'Y'.
357
358 config MTD_REDWOOD
359         tristate "CFI Flash devices mapped on IBM Redwood"
360         depends on MTD_CFI && PPC32 && 4xx && 40x && ( REDWOOD_4 || REDWOOD_5 || REDWOOD_6 )
361         help
362           This enables access routines for the flash chips on the IBM
363           Redwood board. If you have one of these boards and would like to
364           use the flash chips on it, say 'Y'.
365
366 config MTD_CSTM_MIPS_IXX
367         tristate "Flash chip mapping on ITE QED-4N-S01B, Globespan IVR or custom board"
368         depends on MIPS && MTD_CFI && MTD_JEDECPROBE && MTD_PARTITIONS
369         help
370           This provides a mapping driver for the Integrated Tecnology
371           Express, Inc (ITE) QED-4N-S01B eval board and the Globespan IVR
372           Reference Board. It provides the necessary addressing, length,
373           buswidth, vpp code and addition setup of the flash device for
374           these boards. In addition, this mapping driver can be used for
375           other boards via setting of the CONFIG_MTD_CSTM_MIPS_IXX_START/
376           LEN/BUSWIDTH parameters. This mapping will provide one mtd device
377           using one partition. The start address can be offset from the
378           beginning of flash and the len can be less than the total flash
379           device size to allow a window into the flash. Both CFI and JEDEC
380           probes are called.
381
382 config MTD_CSTM_MIPS_IXX_START
383         hex "Physical start address of flash mapping"
384         depends on MTD_CSTM_MIPS_IXX
385         default "0x8000000"
386         help
387           This is the physical memory location that the MTD driver will
388           use for the flash chips on your particular target board. 
389           Refer to the memory map which should hopefully be in the 
390           documentation for your board.
391
392 config MTD_CSTM_MIPS_IXX_LEN
393         hex "Physical length of flash mapping"
394         depends on MTD_CSTM_MIPS_IXX
395         default "0x4000000"
396         help
397           This is the total length that the MTD driver will use for the 
398           flash chips on your particular board.  Refer to the memory
399           map which should hopefully be in the documentation for your
400           board.
401
402 config MTD_CSTM_MIPS_IXX_BUSWIDTH
403         int "Bus width in octets"
404         depends on MTD_CSTM_MIPS_IXX
405         default "2"
406         help
407           This is the total bus width of the mapping of the flash chips
408           on your particular board.
409
410 config MTD_OCELOT
411         tristate "Momenco Ocelot boot flash device"
412         depends on MIPS && MOMENCO_OCELOT
413         help
414           This enables access routines for the boot flash device and for the
415           NVRAM on the Momenco Ocelot board. If you have one of these boards
416           and would like access to either of these, say 'Y'.
417
418 config MTD_SOLUTIONENGINE
419         tristate "CFI Flash device mapped on Hitachi SolutionEngine"
420         depends on SUPERH && MTD_CFI && MTD_REDBOOT_PARTS
421         help
422           This enables access to the flash chips on the Hitachi SolutionEngine and
423           similar boards. Say 'Y' if you are building a kernel for such a board.
424
425 config MTD_ARM_INTEGRATOR
426         tristate "CFI Flash device mapped on ARM Integrator/P720T"
427         depends on ARM && MTD_CFI
428
429 config MTD_CDB89712
430         tristate "Cirrus CDB89712 evaluation board mappings"
431         depends on ARM && MTD_CFI && ARCH_CDB89712
432         help
433           This enables access to the flash or ROM chips on the CDB89712 board.
434           If you have such a board, say 'Y'.
435
436 config MTD_SA1100
437         tristate "CFI Flash device mapped on StrongARM SA11x0"
438         depends on ARM && MTD_CFI && ARCH_SA1100 && MTD_PARTITIONS
439         help
440           This enables access to the flash chips on most platforms based on
441           the SA1100 and SA1110, including the Assabet and the Compaq iPAQ.
442           If you have such a board, say 'Y'.
443
444 config MTD_DC21285
445         tristate "CFI Flash device mapped on DC21285 Footbridge"
446         depends on ARM && MTD_CFI && ARCH_FOOTBRIDGE && MTD_COMPLEX_MAPPINGS
447         help
448           This provides a driver for the flash accessed using Intel's
449           21285 bridge used with Intel's StrongARM processors. More info at
450           <http://www.intel.com/design/bridge/docs/21285_documentation.htm>.
451
452 config MTD_IQ80310
453         tristate "CFI Flash device mapped on the XScale IQ80310 board"
454         depends on ARM && MTD_CFI && ARCH_IQ80310
455         help
456           This enables access routines for the flash chips on the Intel XScale
457           IQ80310 evaluation board. If you have one of these boards and would 
458           like to use the flash chips on it, say 'Y'.
459
460 config MTD_IXP4XX
461         tristate "CFI Flash device mapped on Intel IXP4xx based systems"
462         depends on ARM && MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP4XX
463         help
464           This eables MTD access to flash devices on platforms based 
465           on Intel's IXP4xx family of network processors such as the
466           IXDP425 and Coyote. If you have an IXP4xx based board and
467           would like to use the flash chips on it, say 'Y'.
468
469 config MTD_EPXA10DB
470         tristate "CFI Flash device mapped on Epxa10db"
471         depends on ARM && MTD_CFI && MTD_PARTITIONS && ARCH_CAMELOT
472         help
473           This enables support for the flash devices on the Altera
474           Excalibur XA10 Development Board. If you are building a kernel
475           for on of these boards then you should say 'Y' otherwise say 'N'.
476
477 config MTD_FORTUNET
478         tristate "CFI Flash device mapped on the FortuNet board"
479         depends on ARM && MTD_CFI && MTD_PARTITIONS && SA1100_FORTUNET
480         help
481           This enables access to the Flash on the FortuNet board.  If you
482           have such a board, say 'Y'.
483
484 config MTD_AUTCPU12
485         tristate "NV-RAM mapping AUTCPU12 board"
486         depends on ARM && ARCH_AUTCPU12
487         help
488           This enables access to the NV-RAM on autronix autcpu12 board.
489           If you have such a board, say 'Y'.
490
491 config MTD_EDB7312
492         tristate "CFI Flash device mapped on EDB7312"
493         depends on ARM && MTD_CFI
494         help
495           This enables access to the CFI Flash on the Cogent EDB7312 board.
496           If you have such a board, say 'Y' here.
497
498 config MTD_IMPA7
499         tristate "JEDEC Flash device mapped on impA7"
500         depends on ARM && MTD_JEDECPROBE
501         help
502           This enables access to the NOR Flash on the impA7 board of
503           implementa GmbH. If you have such a board, say 'Y' here.
504
505 config MTD_CEIVA
506         tristate "JEDEC Flash device mapped on Ceiva/Polaroid PhotoMax Digital Picture Frame"
507         depends on ARM && MTD_JEDECPROBE && ARCH_CEIVA
508         help
509           This enables access to the flash chips on the Ceiva/Polaroid
510           PhotoMax Digital Picture Frame.
511           If you have such a device, say 'Y'.
512
513 config MTD_NOR_TOTO
514         tristate "NOR Flash device on TOTO board"
515         depends on ARM && ARCH_OMAP && OMAP_TOTO
516         help
517           This enables access to the NOR flash on the Texas Instruments
518           TOTO board.
519
520 config MTD_H720X
521         tristate "Hynix evaluation board mappings"
522         depends on ARM && MTD_CFI && ( ARCH_H7201 || ARCH_H7202 )
523         help
524           This enables access to the flash chips on the Hynix evaluation boards.
525           If you have such a board, say 'Y'.
526
527 config MTD_MPC1211
528         tristate "CFI Flash device mapped on Interface MPC-1211"
529         depends on SUPERH && SH_MPC1211 && MTD_CFI
530         help
531           This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02).
532           If you have such a board, say 'Y'.
533
534 # This needs CFI or JEDEC, depending on the cards found.
535 config MTD_PCI
536         tristate "PCI MTD driver"
537         depends on MTD && PCI && MTD_COMPLEX_MAPPINGS
538         help
539           Mapping for accessing flash devices on add-in cards like the Intel XScale
540           IQ80310 card, and the Intel EBSA285 card in blank ROM programming mode
541           (please see the manual for the link settings).
542
543           If you are not sure, say N.
544
545 config MTD_PCMCIA
546         tristate "PCMCIA MTD driver"
547         depends on MTD && PCMCIA && MTD_COMPLEX_MAPPINGS && BROKEN
548         help
549           Map driver for accessing PCMCIA linear flash memory cards. These
550           cards are usually around 4-16MiB in size. This does not include
551           Compact Flash cards which are treated as IDE devices.
552
553 config MTD_UCLINUX
554         tristate "Generic uClinux RAM/ROM filesystem support"
555         depends on MTD_PARTITIONS && !MMU
556         help
557           Map driver to support image based filesystems for uClinux.
558
559 config MTD_WRSBC8260
560         tristate "Map driver for WindRiver PowerQUICC II MPC82xx board"
561         depends on (SBC82xx || SBC8560)
562         select MTD_PARTITIONS
563         select MTD_MAP_BANK_WIDTH_4
564         select MTD_MAP_BANK_WIDTH_1
565         select MTD_CFI_I1
566         select MTD_CFI_I4
567         help
568           Map driver for WindRiver PowerQUICC II MPC82xx board. Drives
569           all three flash regions on CS0, CS1 and CS6 if they are configured
570           correctly by the boot loader.
571
572 config MTD_DMV182
573         tristate "Map driver for Dy-4 SVME/DMV-182 board."
574         depends on DMV182
575         select MTD_PARTITIONS
576         select MTD_MAP_BANK_WIDTH_32
577         select MTD_CFI_I8
578         select MTD_CFI_AMDSTD
579         help
580           Map driver for Dy-4 SVME/DMV-182 board.
581
582 endmenu
583