]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/mtd/maps/Kconfig
b2c180245618bdd5c7ea26bcd73a2f2aa1c9b937
[linux-2.6-omap-h63xx.git] / drivers / mtd / maps / Kconfig
1 # drivers/mtd/maps/Kconfig
2
3 menu "Mapping drivers for chip access"
4         depends on MTD!=n
5
6 config MTD_COMPLEX_MAPPINGS
7         bool "Support non-linear mappings of flash chips"
8         help
9           This causes the chip drivers to allow for complicated
10           paged mappings of flash chips.
11
12 config MTD_PHYSMAP
13         tristate "CFI Flash device in physical memory map"
14         depends on MTD_CFI || MTD_JEDECPROBE || MTD_ROM
15         help
16           This provides a 'mapping' driver which allows the NOR Flash and
17           ROM driver code to communicate with chips which are mapped
18           physically into the CPU's memory. You will need to configure
19           the physical address and size of the flash chips on your
20           particular board as well as the bus width, either statically
21           with config options or at run-time.
22
23           To compile this driver as a module, choose M here: the
24           module will be called physmap.
25
26 config MTD_PHYSMAP_START
27         hex "Physical start address of flash mapping"
28         depends on MTD_PHYSMAP
29         default "0x8000000"
30         help
31           This is the physical memory location at which the flash chips
32           are mapped on your particular target board. Refer to the
33           memory map which should hopefully be in the documentation for
34           your board.
35           Ignore this option if you use run-time physmap configuration
36           (i.e., run-time calling physmap_configure()).
37
38 config MTD_PHYSMAP_LEN
39         hex "Physical length of flash mapping"
40         depends on MTD_PHYSMAP
41         default "0"
42         help
43           This is the total length of the mapping of the flash chips on
44           your particular board. If there is space, or aliases, in the
45           physical memory map between the chips, this could be larger
46           than the total amount of flash present. Refer to the memory
47           map which should hopefully be in the documentation for your
48           board.
49           Ignore this option if you use run-time physmap configuration
50           (i.e., run-time calling physmap_configure()).
51
52 config MTD_PHYSMAP_BANKWIDTH
53         int "Bank width in octets"
54         depends on MTD_PHYSMAP
55         default "2"
56         help
57           This is the total width of the data bus of the flash devices
58           in octets. For example, if you have a data bus width of 32
59           bits, you would set the bus width octet value to 4. This is
60           used internally by the CFI drivers.
61           Ignore this option if you use run-time physmap configuration
62           (i.e., run-time calling physmap_configure()).
63
64 config MTD_PHYSMAP_OF
65         tristate "Flash device in physical memory map based on OF description"
66         depends on PPC_OF && (MTD_CFI || MTD_JEDECPROBE || MTD_ROM)
67         help
68           This provides a 'mapping' driver which allows the NOR Flash and
69           ROM driver code to communicate with chips which are mapped
70           physically into the CPU's memory. The mapping description here is
71           taken from OF device tree.
72
73 config MTD_PMC_MSP_EVM
74         tristate "CFI Flash device mapped on PMC-Sierra MSP"
75         depends on PMC_MSP && MTD_CFI
76         select MTD_PARTITIONS
77         help
78           This provides a 'mapping' driver which supports the way
79           in which user-programmable flash chips are connected on the
80           PMC-Sierra MSP eval/demo boards.
81
82 choice
83         prompt "Maximum mappable memory available for flash IO"
84         depends on MTD_PMC_MSP_EVM
85         default MSP_FLASH_MAP_LIMIT_32M
86
87 config MSP_FLASH_MAP_LIMIT_32M
88         bool "32M"
89
90 endchoice
91
92 config MSP_FLASH_MAP_LIMIT
93         hex
94         default "0x02000000"
95         depends on MSP_FLASH_MAP_LIMIT_32M
96
97 config MTD_PMC_MSP_RAMROOT
98         tristate "Embedded RAM block device for root on PMC-Sierra MSP"
99         depends on PMC_MSP_EMBEDDED_ROOTFS && \
100                         (MTD_BLOCK || MTD_BLOCK_RO) && \
101                         MTD_RAM
102         help
103           This provides support for the embedded root file system
104           on PMC MSP devices.  This memory is mapped as a MTD block device.
105
106 config MTD_SUN_UFLASH
107         tristate "Sun Microsystems userflash support"
108         depends on SPARC && MTD_CFI && PCI
109         help
110           This provides a 'mapping' driver which supports the way in
111           which user-programmable flash chips are connected on various
112           Sun Microsystems boardsets.  This driver will require CFI support
113           in the kernel, so if you did not enable CFI previously, do that now.
114
115 config MTD_SC520CDP
116         tristate "CFI Flash device mapped on AMD SC520 CDP"
117         depends on X86 && MTD_CFI && MTD_CONCAT
118         help
119           The SC520 CDP board has two banks of CFI-compliant chips and one
120           Dual-in-line JEDEC chip. This 'mapping' driver supports that
121           arrangement, implementing three MTD devices.
122
123 config MTD_NETSC520
124         tristate "CFI Flash device mapped on AMD NetSc520"
125         depends on X86 && MTD_CFI && MTD_PARTITIONS
126         help
127           This enables access routines for the flash chips on the AMD NetSc520
128           demonstration board. If you have one of these boards and would like
129           to use the flash chips on it, say 'Y'.
130
131 config MTD_TS5500
132         tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
133         depends on X86
134         select MTD_PARTITIONS
135         select MTD_JEDECPROBE
136         select MTD_CFI_AMDSTD
137         help
138           This provides a driver for the on-board flash of the Technologic
139           System's TS-5500 board. The 2MB flash is split into 3 partitions
140           which are accessed as separate MTD devices.
141
142           mtd0 and mtd2 are the two BIOS drives, which use the resident
143           flash disk (RFD) flash translation layer.
144
145           mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL.
146
147           Note that jumper 3 ("Write Enable Drive A") must be set
148           otherwise detection won't succeed.
149
150 config MTD_SBC_GXX
151         tristate "CFI Flash device mapped on Arcom SBC-GXx boards"
152         depends on X86 && MTD_CFI_INTELEXT && MTD_PARTITIONS && MTD_COMPLEX_MAPPINGS
153         help
154           This provides a driver for the on-board flash of Arcom Control
155           Systems' SBC-GXn family of boards, formerly known as SBC-MediaGX.
156           By default the flash is split into 3 partitions which are accessed
157           as separate MTD devices. This board utilizes Intel StrataFlash.
158           More info at
159           <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>.
160
161 config MTD_PXA2XX
162         tristate "CFI Flash device mapped on Intel XScale PXA2xx based boards"
163         depends on (PXA25x || PXA27x) && MTD_CFI_INTELEXT
164         select MTD_PARTITIONS
165         help
166           This provides a driver for the NOR flash attached to a PXA2xx chip.
167
168 config MTD_OCTAGON
169         tristate "JEDEC Flash device mapped on Octagon 5066 SBC"
170         depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS
171         help
172           This provides a 'mapping' driver which supports the way in which
173           the flash chips are connected in the Octagon-5066 Single Board
174           Computer. More information on the board is available at
175           <http://www.octagonsystems.com/CPUpages/5066.html>.
176
177 config MTD_VMAX
178         tristate "JEDEC Flash device mapped on Tempustech VMAX SBC301"
179         depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS
180         help
181           This provides a 'mapping' driver which supports the way in which
182           the flash chips are connected in the Tempustech VMAX SBC301 Single
183           Board Computer. More information on the board is available at
184           <http://www.tempustech.com/>.
185
186 config MTD_SCx200_DOCFLASH
187         tristate "Flash device mapped with DOCCS on NatSemi SCx200"
188         depends on SCx200 && MTD_CFI && MTD_PARTITIONS
189         help
190           Enable support for a flash chip mapped using the DOCCS signal on a
191           National Semiconductor SCx200 processor.
192
193           If you don't know what to do here, say N.
194
195           If compiled as a module, it will be called scx200_docflash.
196
197 config MTD_AMD76XROM
198         tristate "BIOS flash chip on AMD76x southbridge"
199         depends on X86 && MTD_JEDECPROBE
200         help
201           Support for treating the BIOS flash chip on AMD76x motherboards
202           as an MTD device - with this you can reprogram your BIOS.
203
204           BE VERY CAREFUL.
205
206 config MTD_ICHXROM
207         tristate "BIOS flash chip on Intel Controller Hub 2/3/4/5"
208         depends on X86 && MTD_JEDECPROBE
209         help
210           Support for treating the BIOS flash chip on ICHX motherboards
211           as an MTD device - with this you can reprogram your BIOS.
212
213           BE VERY CAREFUL.
214
215 config MTD_ESB2ROM
216         tristate "BIOS flash chip on Intel ESB Controller Hub 2"
217         depends on X86 && MTD_JEDECPROBE && PCI
218         help
219           Support for treating the BIOS flash chip on ESB2 motherboards
220           as an MTD device - with this you can reprogram your BIOS.
221
222           BE VERY CAREFUL.
223
224 config MTD_CK804XROM
225         tristate "BIOS flash chip on Nvidia CK804"
226         depends on X86 && MTD_JEDECPROBE && PCI
227         help
228           Support for treating the BIOS flash chip on nvidia motherboards
229           as an MTD device - with this you can reprogram your BIOS.
230
231           BE VERY CAREFUL.
232
233 config MTD_SCB2_FLASH
234         tristate "BIOS flash chip on Intel SCB2 boards"
235         depends on X86 && MTD_JEDECPROBE
236         help
237           Support for treating the BIOS flash chip on Intel SCB2 boards
238           as an MTD device - with this you can reprogram your BIOS.
239
240           BE VERY CAREFUL.
241
242 config MTD_TSUNAMI
243         tristate "Flash chips on Tsunami TIG bus"
244         depends on ALPHA_TSUNAMI && MTD_COMPLEX_MAPPINGS
245         help
246           Support for the flash chip on Tsunami TIG bus.
247
248 config MTD_NETtel
249         tristate "CFI flash device on SnapGear/SecureEdge"
250         depends on X86 && MTD_PARTITIONS && MTD_JEDECPROBE
251         help
252           Support for flash chips on NETtel/SecureEdge/SnapGear boards.
253
254 config MTD_ALCHEMY
255         tristate "AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support"
256         depends on SOC_AU1X00 && MTD_PARTITIONS && MTD_CFI
257         help
258           Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
259
260 config MTD_MTX1
261         tristate "4G Systems MTX-1 Flash device"
262         depends on MIPS_MTX1 && MTD_CFI
263         help
264           Flash memory access on 4G Systems MTX-1 Board. If you have one of
265           these boards and would like to use the flash chips on it, say 'Y'.
266
267 config MTD_DILNETPC
268         tristate "CFI Flash device mapped on DIL/Net PC"
269         depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT
270         help
271           MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP".
272           For details, see <http://www.ssv-embedded.de/ssv/pc104/p169.htm>
273           and <http://www.ssv-embedded.de/ssv/pc104/p170.htm>
274
275 config MTD_DILNETPC_BOOTSIZE
276         hex "Size of DIL/Net PC flash boot partition"
277         depends on MTD_DILNETPC
278         default "0x80000"
279         help
280           The amount of space taken up by the kernel or Etherboot
281           on the DIL/Net PC flash chips.
282
283 config MTD_L440GX
284         tristate "BIOS flash chip on Intel L440GX boards"
285         depends on X86 && MTD_JEDECPROBE
286         help
287           Support for treating the BIOS flash chip on Intel L440GX motherboards
288           as an MTD device - with this you can reprogram your BIOS.
289
290           BE VERY CAREFUL.
291
292 config MTD_SBC8240
293         tristate "Flash device on SBC8240"
294         depends on MTD_JEDECPROBE && 8260
295         help
296           Flash access on the SBC8240 board from Wind River.  See
297           <http://www.windriver.com/products/sbc8240/>
298
299 config MTD_TQM8XXL
300         tristate "CFI Flash device mapped on TQM8XXL"
301         depends on MTD_CFI && TQM8xxL
302         help
303           The TQM8xxL PowerPC board has up to two banks of CFI-compliant
304           chips, currently uses AMD one. This 'mapping' driver supports
305           that arrangement, allowing the CFI probe and command set driver
306           code to communicate with the chips on the TQM8xxL board. More at
307           <http://www.denx.de/embedded-ppc-en.html>.
308
309 config MTD_RPXLITE
310         tristate "CFI Flash device mapped on RPX Lite or CLLF"
311         depends on MTD_CFI && (RPXCLASSIC || RPXLITE)
312         help
313           The RPXLite PowerPC board has CFI-compliant chips mapped in
314           a strange sparse mapping. This 'mapping' driver supports that
315           arrangement, allowing the CFI probe and command set driver code
316           to communicate with the chips on the RPXLite board. More at
317           <http://www.embeddedplanet.com/>.
318
319 config MTD_MBX860
320         tristate "System flash on MBX860 board"
321         depends on MTD_CFI && MBX
322         help
323           This enables access routines for the flash chips on the Motorola
324           MBX860 board. If you have one of these boards and would like
325           to use the flash chips on it, say 'Y'.
326
327 config MTD_DBOX2
328         tristate "CFI Flash device mapped on D-Box2"
329         depends on DBOX2 && MTD_CFI_INTELSTD && MTD_CFI_INTELEXT && MTD_CFI_AMDSTD
330         help
331           This enables access routines for the flash chips on the Nokia/Sagem
332           D-Box 2 board. If you have one of these boards and would like to use
333           the flash chips on it, say 'Y'.
334
335 config MTD_CFI_FLAGADM
336         tristate "CFI Flash device mapping on FlagaDM"
337         depends on 8xx && MTD_CFI
338         help
339           Mapping for the Flaga digital module. If you don't have one, ignore
340           this setting.
341
342 config MTD_WALNUT
343         tristate "Flash device mapped on IBM 405GP Walnut"
344         depends on MTD_JEDECPROBE && WALNUT && !PPC_MERGE
345         help
346           This enables access routines for the flash chips on the IBM 405GP
347           Walnut 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 "Flash devices mapped on IBM 440GP Ebony"
352         depends on MTD_JEDECPROBE && EBONY && !PPC_MERGE
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_OCOTEA
359         tristate "Flash devices mapped on IBM 440GX Ocotea"
360         depends on MTD_CFI && OCOTEA && !PPC_MERGE
361         help
362           This enables access routines for the flash chips on the IBM 440GX
363           Ocotea 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_REDWOOD
367         tristate "CFI Flash devices mapped on IBM Redwood"
368         depends on MTD_CFI && ( REDWOOD_4 || REDWOOD_5 || REDWOOD_6 )
369         help
370           This enables access routines for the flash chips on the IBM
371           Redwood board. If you have one of these boards and would like to
372           use the flash chips on it, say 'Y'.
373
374 config MTD_SOLUTIONENGINE
375         tristate "CFI Flash device mapped on Hitachi SolutionEngine"
376         depends on SUPERH && MTD_CFI && MTD_REDBOOT_PARTS
377         help
378           This enables access to the flash chips on the Hitachi SolutionEngine and
379           similar boards. Say 'Y' if you are building a kernel for such a board.
380
381 config MTD_ARM_INTEGRATOR
382         tristate "CFI Flash device mapped on ARM Integrator/P720T"
383         depends on ARM && MTD_CFI
384
385 config MTD_CDB89712
386         tristate "Cirrus CDB89712 evaluation board mappings"
387         depends on MTD_CFI && ARCH_CDB89712
388         help
389           This enables access to the flash or ROM chips on the CDB89712 board.
390           If you have such a board, say 'Y'.
391
392 config MTD_SA1100
393         tristate "CFI Flash device mapped on StrongARM SA11x0"
394         depends on MTD_CFI && ARCH_SA1100 && MTD_PARTITIONS
395         help
396           This enables access to the flash chips on most platforms based on
397           the SA1100 and SA1110, including the Assabet and the Compaq iPAQ.
398           If you have such a board, say 'Y'.
399
400 config MTD_IPAQ
401         tristate "CFI Flash device mapped on Compaq/HP iPAQ"
402         depends on IPAQ_HANDHELD && MTD_CFI
403         help
404           This provides a driver for the on-board flash of the iPAQ.
405
406 config MTD_DC21285
407         tristate "CFI Flash device mapped on DC21285 Footbridge"
408         depends on MTD_CFI && ARCH_FOOTBRIDGE && MTD_COMPLEX_MAPPINGS
409         help
410           This provides a driver for the flash accessed using Intel's
411           21285 bridge used with Intel's StrongARM processors. More info at
412           <http://www.intel.com/design/bridge/docs/21285_documentation.htm>.
413
414 config MTD_IXP4XX
415         tristate "CFI Flash device mapped on Intel IXP4xx based systems"
416         depends on MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP4XX
417         help
418           This enables MTD access to flash devices on platforms based
419           on Intel's IXP4xx family of network processors such as the
420           IXDP425 and Coyote. If you have an IXP4xx based board and
421           would like to use the flash chips on it, say 'Y'.
422
423 config MTD_IXP2000
424         tristate "CFI Flash device mapped on Intel IXP2000 based systems"
425         depends on MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP2000
426         help
427           This enables MTD access to flash devices on platforms based
428           on Intel's IXP2000 family of network processors such as the
429           IXDP425 and Coyote. If you have an IXP2000 based board and
430           would like to use the flash chips on it, say 'Y'.
431
432 config MTD_FORTUNET
433         tristate "CFI Flash device mapped on the FortuNet board"
434         depends on MTD_CFI && MTD_PARTITIONS && SA1100_FORTUNET
435         help
436           This enables access to the Flash on the FortuNet board.  If you
437           have such a board, say 'Y'.
438
439 config MTD_AUTCPU12
440         tristate "NV-RAM mapping AUTCPU12 board"
441         depends on ARCH_AUTCPU12
442         help
443           This enables access to the NV-RAM on autronix autcpu12 board.
444           If you have such a board, say 'Y'.
445
446 config MTD_EDB7312
447         tristate "CFI Flash device mapped on EDB7312"
448         depends on ARCH_EDB7312 && MTD_CFI
449         help
450           This enables access to the CFI Flash on the Cogent EDB7312 board.
451           If you have such a board, say 'Y' here.
452
453 config MTD_IMPA7
454         tristate "JEDEC Flash device mapped on impA7"
455         depends on ARM && MTD_JEDECPROBE
456         help
457           This enables access to the NOR Flash on the impA7 board of
458           implementa GmbH. If you have such a board, say 'Y' here.
459
460 config MTD_CEIVA
461         tristate "JEDEC Flash device mapped on Ceiva/Polaroid PhotoMax Digital Picture Frame"
462         depends on MTD_JEDECPROBE && ARCH_CEIVA
463         help
464           This enables access to the flash chips on the Ceiva/Polaroid
465           PhotoMax Digital Picture Frame.
466           If you have such a device, say 'Y'.
467
468 config MTD_NOR_TOTO
469         tristate "NOR Flash device on TOTO board"
470         depends on ARCH_OMAP && OMAP_TOTO
471         help
472           This enables access to the NOR flash on the Texas Instruments
473           TOTO board.
474
475 config MTD_H720X
476         tristate "Hynix evaluation board mappings"
477         depends on MTD_CFI && ( ARCH_H7201 || ARCH_H7202 )
478         help
479           This enables access to the flash chips on the Hynix evaluation boards.
480           If you have such a board, say 'Y'.
481
482 config MTD_MPC1211
483         tristate "CFI Flash device mapped on Interface MPC-1211"
484         depends on SH_MPC1211 && MTD_CFI
485         help
486           This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02).
487           If you have such a board, say 'Y'.
488
489 config MTD_OMAP_NOR
490         tristate "TI OMAP board mappings"
491         depends on MTD_CFI && ARCH_OMAP
492         help
493           This enables access to the NOR flash chips on TI OMAP-based
494           boards defining flash platform devices and flash platform data.
495           These boards include the Innovator, H2, H3, OSK, Perseus2, and
496           more.  If you have such a board, say 'Y'.
497
498 # This needs CFI or JEDEC, depending on the cards found.
499 config MTD_PCI
500         tristate "PCI MTD driver"
501         depends on PCI && MTD_COMPLEX_MAPPINGS
502         help
503           Mapping for accessing flash devices on add-in cards like the Intel XScale
504           IQ80310 card, and the Intel EBSA285 card in blank ROM programming mode
505           (please see the manual for the link settings).
506
507           If you are not sure, say N.
508
509 config MTD_PCMCIA
510         tristate "PCMCIA MTD driver"
511         depends on PCMCIA && MTD_COMPLEX_MAPPINGS && BROKEN
512         help
513           Map driver for accessing PCMCIA linear flash memory cards. These
514           cards are usually around 4-16MiB in size. This does not include
515           Compact Flash cards which are treated as IDE devices.
516
517 config MTD_PCMCIA_ANONYMOUS
518         bool "Use PCMCIA MTD drivers for anonymous PCMCIA cards"
519         depends on MTD_PCMCIA
520         help
521           If this option is enabled, PCMCIA cards which do not report
522           anything about themselves are assumed to be MTD cards.
523
524           If unsure, say N.
525
526 config MTD_UCLINUX
527         tristate "Generic uClinux RAM/ROM filesystem support"
528         depends on MTD_PARTITIONS && !MMU
529         help
530           Map driver to support image based filesystems for uClinux.
531
532 config MTD_WRSBC8260
533         tristate "Map driver for WindRiver PowerQUICC II MPC82xx board"
534         depends on (SBC82xx || SBC8560)
535         select MTD_PARTITIONS
536         select MTD_MAP_BANK_WIDTH_4
537         select MTD_MAP_BANK_WIDTH_1
538         select MTD_CFI_I1
539         select MTD_CFI_I4
540         help
541           Map driver for WindRiver PowerQUICC II MPC82xx board. Drives
542           all three flash regions on CS0, CS1 and CS6 if they are configured
543           correctly by the boot loader.
544
545 config MTD_DMV182
546         tristate "Map driver for Dy-4 SVME/DMV-182 board."
547         depends on DMV182
548         select MTD_PARTITIONS
549         select MTD_MAP_BANK_WIDTH_32
550         select MTD_CFI_I8
551         select MTD_CFI_AMDSTD
552         help
553           Map driver for Dy-4 SVME/DMV-182 board.
554
555 config MTD_BAST
556         tristate "Map driver for Simtec BAST (EB2410ITX) or Thorcom VR1000"
557         depends on ARCH_BAST || MACH_VR1000
558         select MTD_PARTITIONS
559         select MTD_MAP_BANK_WIDTH_16
560         select MTD_JEDECPROBE
561         help
562           Map driver for NOR flash on the Simtec BAST (EB2410ITX), or the
563           Thorcom VR1000
564
565           Note, this driver *cannot* over-ride the WP link on the
566           board, or currently detect the state of the link.
567
568 config MTD_BAST_MAXSIZE
569         int "Maximum size for BAST flash area (MiB)"
570         depends on MTD_BAST
571         default "4"
572
573 config MTD_SHARP_SL
574         tristate "ROM mapped on Sharp SL Series"
575         depends on ARCH_PXA
576         help
577           This enables access to the flash chip on the Sharp SL Series of PDAs.
578
579 config MTD_INTEL_VR_NOR
580         tristate "NOR flash on Intel Vermilion Range Expansion Bus CS0"
581         depends on PCI
582         help
583           Map driver for a NOR flash bank located on the Expansion Bus of the
584           Intel Vermilion Range chipset.
585
586 config MTD_PLATRAM
587         tristate "Map driver for platform device RAM (mtd-ram)"
588         select MTD_RAM
589         help
590           Map driver for RAM areas described via the platform device
591           system.
592
593           This selection automatically selects the map_ram driver.
594
595 endmenu
596