xref: /linux/drivers/mtd/maps/Kconfig (revision 79790b6818e96c58fe2bffee1b418c16e64e7b80)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvaldsmenu "Mapping drivers for chip access"
31da177e4SLinus Torvalds	depends on MTD!=n
49310da0bSRichard Weinberger	depends on HAS_IOMEM
51da177e4SLinus Torvalds
61da177e4SLinus Torvaldsconfig MTD_COMPLEX_MAPPINGS
71da177e4SLinus Torvalds	bool "Support non-linear mappings of flash chips"
81da177e4SLinus Torvalds	help
91da177e4SLinus Torvalds	  This causes the chip drivers to allow for complicated
101da177e4SLinus Torvalds	  paged mappings of flash chips.
111da177e4SLinus Torvalds
121da177e4SLinus Torvaldsconfig MTD_PHYSMAP
13d8140830SAlexey Korolev	tristate "Flash device in physical memory map"
14d4197009SChris Packham	depends on MTD_CFI || MTD_JEDECPROBE || MTD_ROM || MTD_RAM || MTD_LPDDR
151da177e4SLinus Torvalds	help
1679b9cd58STakashi YOSHII	  This provides a 'mapping' driver which allows the NOR Flash and
1779b9cd58STakashi YOSHII	  ROM driver code to communicate with chips which are mapped
1879b9cd58STakashi YOSHII	  physically into the CPU's memory. You will need to configure
1979b9cd58STakashi YOSHII	  the physical address and size of the flash chips on your
2079b9cd58STakashi YOSHII	  particular board as well as the bus width, either statically
211da177e4SLinus Torvalds	  with config options or at run-time.
221da177e4SLinus Torvalds
2341bdf960SMike Frysinger	  To compile this driver as a module, choose M here: the
2441bdf960SMike Frysinger	  module will be called physmap.
2541bdf960SMike Frysinger
26dcb3e137SMike Frysingerconfig MTD_PHYSMAP_COMPAT
27dcb3e137SMike Frysinger	bool "Physmap compat support"
28dcb3e137SMike Frysinger	depends on MTD_PHYSMAP
29dcb3e137SMike Frysinger	default n
30dcb3e137SMike Frysinger	help
31dcb3e137SMike Frysinger	  Setup a simple mapping via the Kconfig options.  Normally the
32dcb3e137SMike Frysinger	  physmap configuration options are done via your board's
33dcb3e137SMike Frysinger	  resource file.
34dcb3e137SMike Frysinger
35dcb3e137SMike Frysinger	  If unsure, say N here.
36dcb3e137SMike Frysinger
371da177e4SLinus Torvaldsconfig MTD_PHYSMAP_START
381da177e4SLinus Torvalds	hex "Physical start address of flash mapping"
39dcb3e137SMike Frysinger	depends on MTD_PHYSMAP_COMPAT
401da177e4SLinus Torvalds	default "0x8000000"
411da177e4SLinus Torvalds	help
421da177e4SLinus Torvalds	  This is the physical memory location at which the flash chips
431da177e4SLinus Torvalds	  are mapped on your particular target board. Refer to the
441da177e4SLinus Torvalds	  memory map which should hopefully be in the documentation for
451da177e4SLinus Torvalds	  your board.
461da177e4SLinus Torvalds
471da177e4SLinus Torvaldsconfig MTD_PHYSMAP_LEN
481da177e4SLinus Torvalds	hex "Physical length of flash mapping"
49dcb3e137SMike Frysinger	depends on MTD_PHYSMAP_COMPAT
5073566edfSLennert Buytenhek	default "0"
511da177e4SLinus Torvalds	help
521da177e4SLinus Torvalds	  This is the total length of the mapping of the flash chips on
531da177e4SLinus Torvalds	  your particular board. If there is space, or aliases, in the
541da177e4SLinus Torvalds	  physical memory map between the chips, this could be larger
551da177e4SLinus Torvalds	  than the total amount of flash present. Refer to the memory
561da177e4SLinus Torvalds	  map which should hopefully be in the documentation for your
571da177e4SLinus Torvalds	  board.
581da177e4SLinus Torvalds
591da177e4SLinus Torvaldsconfig MTD_PHYSMAP_BANKWIDTH
601da177e4SLinus Torvalds	int "Bank width in octets"
61dcb3e137SMike Frysinger	depends on MTD_PHYSMAP_COMPAT
621da177e4SLinus Torvalds	default "2"
631da177e4SLinus Torvalds	help
641da177e4SLinus Torvalds	  This is the total width of the data bus of the flash devices
651da177e4SLinus Torvalds	  in octets. For example, if you have a data bus width of 32
6601dd2fbfSMatt LaPlante	  bits, you would set the bus width octet value to 4. This is
671da177e4SLinus Torvalds	  used internally by the CFI drivers.
681da177e4SLinus Torvalds
69a2c2fe4bSVitaly Woolconfig MTD_PHYSMAP_OF
70642b1e8dSBoris Brezillon	bool "Memory device in physical memory map based on OF description"
71642b1e8dSBoris Brezillon	depends on OF && MTD_PHYSMAP
72a2c2fe4bSVitaly Wool	help
73670b46aaSPhilippe De Muyter	  This provides a 'mapping' driver which allows the NOR Flash, ROM
74670b46aaSPhilippe De Muyter	  and RAM driver code to communicate with chips which are mapped
75a2c2fe4bSVitaly Wool	  physically into the CPU's memory. The mapping description here is
76a2c2fe4bSVitaly Wool	  taken from OF device tree.
77a2c2fe4bSVitaly Wool
78*b3e79e76SSerge Seminconfig MTD_PHYSMAP_BT1_ROM
79*b3e79e76SSerge Semin	bool "Baikal-T1 Boot ROMs OF-based physical memory map handling"
80*b3e79e76SSerge Semin	depends on MTD_PHYSMAP_OF
81*b3e79e76SSerge Semin	depends on MIPS_BAIKAL_T1 || COMPILE_TEST
82*b3e79e76SSerge Semin	select MTD_COMPLEX_MAPPINGS
83*b3e79e76SSerge Semin	select MULTIPLEXER
84*b3e79e76SSerge Semin	select MUX_MMIO
85*b3e79e76SSerge Semin	help
86*b3e79e76SSerge Semin	  This provides some extra DT physmap parsing for the Baikal-T1
87*b3e79e76SSerge Semin	  platforms, some detection and setting up ROMs-specific accessors.
88*b3e79e76SSerge Semin
896ca15cfaSBoris Brezillonconfig MTD_PHYSMAP_VERSATILE
9056ff337eSLinus Walleij	bool "ARM Versatile OF-based physical memory map handling"
91b0afd44bSLinus Walleij	depends on MTD_PHYSMAP_OF
92b0afd44bSLinus Walleij	depends on MFD_SYSCON
938f2c0062SLinus Walleij	default y if (ARCH_INTEGRATOR || ARCH_VERSATILE || ARCH_REALVIEW)
94b0afd44bSLinus Walleij	help
95b0afd44bSLinus Walleij	  This provides some extra DT physmap parsing for the ARM Versatile
96b0afd44bSLinus Walleij	  platforms, basically to add a VPP (write protection) callback so
97b0afd44bSLinus Walleij	  the flash can be taken out of write protection.
98b0afd44bSLinus Walleij
996ca15cfaSBoris Brezillonconfig MTD_PHYSMAP_GEMINI
10056ff337eSLinus Walleij	bool "Cortina Gemini OF-based physical memory map handling"
10156ff337eSLinus Walleij	depends on MTD_PHYSMAP_OF
10256ff337eSLinus Walleij	depends on MFD_SYSCON
1039d3b5086SLinus Walleij	select MTD_COMPLEX_MAPPINGS
10456ff337eSLinus Walleij	default ARCH_GEMINI
10556ff337eSLinus Walleij	help
10656ff337eSLinus Walleij	  This provides some extra DT physmap parsing for the Gemini
10756ff337eSLinus Walleij	  platforms, some detection and setting up parallel mode on the
10856ff337eSLinus Walleij	  external interface.
10956ff337eSLinus Walleij
1102aba2f2aSLinus Walleijconfig MTD_PHYSMAP_IXP4XX
1112aba2f2aSLinus Walleij	bool "Intel IXP4xx OF-based physical memory map handling"
1122aba2f2aSLinus Walleij	depends on MTD_PHYSMAP_OF
1132aba2f2aSLinus Walleij	depends on ARM
1142aba2f2aSLinus Walleij	select MTD_COMPLEX_MAPPINGS
1152aba2f2aSLinus Walleij	select MTD_CFI_BE_BYTE_SWAP if CPU_BIG_ENDIAN
1162aba2f2aSLinus Walleij	default ARCH_IXP4XX
1172aba2f2aSLinus Walleij	help
1182aba2f2aSLinus Walleij	  This provides some extra DT physmap parsing for the Intel IXP4xx
1192aba2f2aSLinus Walleij	  platforms, some elaborate endianness handling in particular.
1202aba2f2aSLinus Walleij
121ba32ce95SBoris Brezillonconfig MTD_PHYSMAP_GPIO_ADDR
122ba32ce95SBoris Brezillon	bool "GPIO-assisted Flash Chip Support"
123ba32ce95SBoris Brezillon	depends on MTD_PHYSMAP
124ba32ce95SBoris Brezillon	depends on GPIOLIB || COMPILE_TEST
125ba32ce95SBoris Brezillon	depends on MTD_COMPLEX_MAPPINGS
126ba32ce95SBoris Brezillon	help
127ba32ce95SBoris Brezillon	  Extend the physmap driver to allow flashes to be partially
128ba32ce95SBoris Brezillon	  physically addressed and assisted by GPIOs.
129ba32ce95SBoris Brezillon
1301da177e4SLinus Torvaldsconfig MTD_SUN_UFLASH
1311da177e4SLinus Torvalds	tristate "Sun Microsystems userflash support"
132e0e5de00SAl Viro	depends on SPARC && MTD_CFI && PCI
1331da177e4SLinus Torvalds	help
1341da177e4SLinus Torvalds	  This provides a 'mapping' driver which supports the way in
1351da177e4SLinus Torvalds	  which user-programmable flash chips are connected on various
1361da177e4SLinus Torvalds	  Sun Microsystems boardsets.  This driver will require CFI support
1371da177e4SLinus Torvalds	  in the kernel, so if you did not enable CFI previously, do that now.
1381da177e4SLinus Torvalds
1391da177e4SLinus Torvaldsconfig MTD_SC520CDP
1401da177e4SLinus Torvalds	tristate "CFI Flash device mapped on AMD SC520 CDP"
1413579ad41SJean Delvare	depends on (MELAN || COMPILE_TEST) && MTD_CFI
1421da177e4SLinus Torvalds	help
1431da177e4SLinus Torvalds	  The SC520 CDP board has two banks of CFI-compliant chips and one
1441da177e4SLinus Torvalds	  Dual-in-line JEDEC chip. This 'mapping' driver supports that
1451da177e4SLinus Torvalds	  arrangement, implementing three MTD devices.
1461da177e4SLinus Torvalds
1471da177e4SLinus Torvaldsconfig MTD_NETSC520
1481da177e4SLinus Torvalds	tristate "CFI Flash device mapped on AMD NetSc520"
1493579ad41SJean Delvare	depends on (MELAN || COMPILE_TEST) && MTD_CFI
1501da177e4SLinus Torvalds	help
1511da177e4SLinus Torvalds	  This enables access routines for the flash chips on the AMD NetSc520
1521da177e4SLinus Torvalds	  demonstration board. If you have one of these boards and would like
1531da177e4SLinus Torvalds	  to use the flash chips on it, say 'Y'.
1541da177e4SLinus Torvalds
1551da177e4SLinus Torvaldsconfig MTD_TS5500
1561da177e4SLinus Torvalds	tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
157f4f6a0beSJean Delvare	depends on TS5500 || COMPILE_TEST
15801ac742dSSean Young	select MTD_JEDECPROBE
15901ac742dSSean Young	select MTD_CFI_AMDSTD
1601da177e4SLinus Torvalds	help
1611da177e4SLinus Torvalds	  This provides a driver for the on-board flash of the Technologic
162e27a9960SSean Young	  System's TS-5500 board. The 2MB flash is split into 3 partitions
1631da177e4SLinus Torvalds	  which are accessed as separate MTD devices.
1641da177e4SLinus Torvalds
165e27a9960SSean Young	  mtd0 and mtd2 are the two BIOS drives, which use the resident
166e27a9960SSean Young	  flash disk (RFD) flash translation layer.
1671da177e4SLinus Torvalds
1681da177e4SLinus Torvalds	  mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL.
1691da177e4SLinus Torvalds
1701da177e4SLinus Torvalds	  Note that jumper 3 ("Write Enable Drive A") must be set
1714992a9e8SEgry Gábor	  otherwise detection won't succeed.
1721da177e4SLinus Torvalds
1731da177e4SLinus Torvaldsconfig MTD_SBC_GXX
1741da177e4SLinus Torvalds	tristate "CFI Flash device mapped on Arcom SBC-GXx boards"
1756a8a98b2SJamie Iles	depends on X86 && MTD_CFI_INTELEXT && MTD_COMPLEX_MAPPINGS
1761da177e4SLinus Torvalds	help
1771da177e4SLinus Torvalds	  This provides a driver for the on-board flash of Arcom Control
1781da177e4SLinus Torvalds	  Systems' SBC-GXn family of boards, formerly known as SBC-MediaGX.
1791da177e4SLinus Torvalds	  By default the flash is split into 3 partitions which are accessed
1801da177e4SLinus Torvalds	  as separate MTD devices. This board utilizes Intel StrataFlash.
1811da177e4SLinus Torvalds	  More info at
1821da177e4SLinus Torvalds	  <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>.
1831da177e4SLinus Torvalds
184e644f7d6STodd Poynorconfig MTD_PXA2XX
185e644f7d6STodd Poynor	tristate "CFI Flash device mapped on Intel XScale PXA2xx based boards"
186e644f7d6STodd Poynor	depends on (PXA25x || PXA27x) && MTD_CFI_INTELEXT
187cbec19aeSNico Pitre	help
188e644f7d6STodd Poynor	  This provides a driver for the NOR flash attached to a PXA2xx chip.
189cbec19aeSNico Pitre
1901da177e4SLinus Torvaldsconfig MTD_SCx200_DOCFLASH
1911da177e4SLinus Torvalds	tristate "Flash device mapped with DOCCS on NatSemi SCx200"
192f6c11c18SJamie Iles	depends on SCx200 && MTD_CFI
1931da177e4SLinus Torvalds	help
1941da177e4SLinus Torvalds	  Enable support for a flash chip mapped using the DOCCS signal on a
1951da177e4SLinus Torvalds	  National Semiconductor SCx200 processor.
1961da177e4SLinus Torvalds
1971da177e4SLinus Torvalds	  If you don't know what to do here, say N.
1981da177e4SLinus Torvalds
1991da177e4SLinus Torvalds	  If compiled as a module, it will be called scx200_docflash.
2001da177e4SLinus Torvalds
2011da177e4SLinus Torvaldsconfig MTD_AMD76XROM
2021da177e4SLinus Torvalds	tristate "BIOS flash chip on AMD76x southbridge"
2031da177e4SLinus Torvalds	depends on X86 && MTD_JEDECPROBE
2041da177e4SLinus Torvalds	help
2051da177e4SLinus Torvalds	  Support for treating the BIOS flash chip on AMD76x motherboards
2061da177e4SLinus Torvalds	  as an MTD device - with this you can reprogram your BIOS.
2071da177e4SLinus Torvalds
2081da177e4SLinus Torvalds	  BE VERY CAREFUL.
2091da177e4SLinus Torvalds
2101da177e4SLinus Torvaldsconfig MTD_ICHXROM
2111da177e4SLinus Torvalds	tristate "BIOS flash chip on Intel Controller Hub 2/3/4/5"
2121da177e4SLinus Torvalds	depends on X86 && MTD_JEDECPROBE
2131da177e4SLinus Torvalds	help
2141da177e4SLinus Torvalds	  Support for treating the BIOS flash chip on ICHX motherboards
2151da177e4SLinus Torvalds	  as an MTD device - with this you can reprogram your BIOS.
2161da177e4SLinus Torvalds
2171da177e4SLinus Torvalds	  BE VERY CAREFUL.
2181da177e4SLinus Torvalds
21929175778SLew Glendenningconfig MTD_ESB2ROM
22029175778SLew Glendenning	tristate "BIOS flash chip on Intel ESB Controller Hub 2"
221dffbc42bSRandy Dunlap	depends on X86 && MTD_JEDECPROBE && PCI
22229175778SLew Glendenning	help
22329175778SLew Glendenning	  Support for treating the BIOS flash chip on ESB2 motherboards
22429175778SLew Glendenning	  as an MTD device - with this you can reprogram your BIOS.
22529175778SLew Glendenning
22629175778SLew Glendenning	  BE VERY CAREFUL.
22729175778SLew Glendenning
22890afffc8SDave Olsenconfig MTD_CK804XROM
22990afffc8SDave Olsen	tristate "BIOS flash chip on Nvidia CK804"
230862c93b9Sakpm@osdl.org	depends on X86 && MTD_JEDECPROBE && PCI
23190afffc8SDave Olsen	help
23290afffc8SDave Olsen	  Support for treating the BIOS flash chip on nvidia motherboards
23390afffc8SDave Olsen	  as an MTD device - with this you can reprogram your BIOS.
23490afffc8SDave Olsen
23590afffc8SDave Olsen	  BE VERY CAREFUL.
23690afffc8SDave Olsen
2371da177e4SLinus Torvaldsconfig MTD_SCB2_FLASH
2381da177e4SLinus Torvalds	tristate "BIOS flash chip on Intel SCB2 boards"
23947d0505bSRandy Dunlap	depends on X86 && MTD_JEDECPROBE && PCI
2401da177e4SLinus Torvalds	help
2411da177e4SLinus Torvalds	  Support for treating the BIOS flash chip on Intel SCB2 boards
2421da177e4SLinus Torvalds	  as an MTD device - with this you can reprogram your BIOS.
2431da177e4SLinus Torvalds
2441da177e4SLinus Torvalds	  BE VERY CAREFUL.
2451da177e4SLinus Torvalds
2461da177e4SLinus Torvaldsconfig MTD_TSUNAMI
2471da177e4SLinus Torvalds	tristate "Flash chips on Tsunami TIG bus"
2481da177e4SLinus Torvalds	depends on ALPHA_TSUNAMI && MTD_COMPLEX_MAPPINGS
2491da177e4SLinus Torvalds	help
2501da177e4SLinus Torvalds	  Support for the flash chip on Tsunami TIG bus.
2511da177e4SLinus Torvalds
2521da177e4SLinus Torvaldsconfig MTD_NETtel
2531da177e4SLinus Torvalds	tristate "CFI flash device on SnapGear/SecureEdge"
2546a8a98b2SJamie Iles	depends on X86 && MTD_JEDECPROBE
2551da177e4SLinus Torvalds	help
2561da177e4SLinus Torvalds	  Support for flash chips on NETtel/SecureEdge/SnapGear boards.
2571da177e4SLinus Torvalds
2583c544739SJohn Crispinconfig MTD_LANTIQ
2593c544739SJohn Crispin	tristate "Lantiq SoC NOR support"
2603c544739SJohn Crispin	depends on LANTIQ
2613c544739SJohn Crispin	help
2623c544739SJohn Crispin	  Support for NOR flash attached to the Lantiq SoC's External Bus Unit.
2633c544739SJohn Crispin
2641da177e4SLinus Torvaldsconfig MTD_L440GX
2651da177e4SLinus Torvalds	tristate "BIOS flash chip on Intel L440GX boards"
2661da177e4SLinus Torvalds	depends on X86 && MTD_JEDECPROBE
2671da177e4SLinus Torvalds	help
2681da177e4SLinus Torvalds	  Support for treating the BIOS flash chip on Intel L440GX motherboards
2691da177e4SLinus Torvalds	  as an MTD device - with this you can reprogram your BIOS.
2701da177e4SLinus Torvalds
2711da177e4SLinus Torvalds	  BE VERY CAREFUL.
2721da177e4SLinus Torvalds
2731da177e4SLinus Torvaldsconfig MTD_CFI_FLAGADM
2741da177e4SLinus Torvalds	tristate "CFI Flash device mapping on FlagaDM"
275318157abSChristophe Leroy	depends on PPC_8xx && MTD_CFI
2761da177e4SLinus Torvalds	help
2771da177e4SLinus Torvalds	  Mapping for the Flaga digital module. If you don't have one, ignore
2781da177e4SLinus Torvalds	  this setting.
2791da177e4SLinus Torvalds
2801da177e4SLinus Torvaldsconfig MTD_SOLUTIONENGINE
2811da177e4SLinus Torvalds	tristate "CFI Flash device mapped on Hitachi SolutionEngine"
2827a6f4395SBrian Norris	depends on SOLUTION_ENGINE && MTD_CFI && MTD_REDBOOT_PARTS
2831da177e4SLinus Torvalds	help
2841da177e4SLinus Torvalds	  This enables access to the flash chips on the Hitachi SolutionEngine and
2851da177e4SLinus Torvalds	  similar boards. Say 'Y' if you are building a kernel for such a board.
2861da177e4SLinus Torvalds
2871da177e4SLinus Torvaldsconfig MTD_SA1100
2881da177e4SLinus Torvalds	tristate "CFI Flash device mapped on StrongARM SA11x0"
2892fe2e24eSJamie Iles	depends on MTD_CFI && ARCH_SA1100
2901da177e4SLinus Torvalds	help
2911da177e4SLinus Torvalds	  This enables access to the flash chips on most platforms based on
2921da177e4SLinus Torvalds	  the SA1100 and SA1110, including the Assabet and the Compaq iPAQ.
2931da177e4SLinus Torvalds	  If you have such a board, say 'Y'.
2941da177e4SLinus Torvalds
2951da177e4SLinus Torvaldsconfig MTD_DC21285
2961da177e4SLinus Torvalds	tristate "CFI Flash device mapped on DC21285 Footbridge"
29701ac742dSSean Young	depends on MTD_CFI && ARCH_FOOTBRIDGE && MTD_COMPLEX_MAPPINGS
2981da177e4SLinus Torvalds	help
2991da177e4SLinus Torvalds	  This provides a driver for the flash accessed using Intel's
3001da177e4SLinus Torvalds	  21285 bridge used with Intel's StrongARM processors. More info at
301c13ac555SAlexander A. Klimov	  <https://www.intel.com/design/bridge/docs/21285_documentation.htm>.
3021da177e4SLinus Torvalds
3031da177e4SLinus Torvaldsconfig MTD_IMPA7
3041da177e4SLinus Torvalds	tristate "JEDEC Flash device mapped on impA7"
3051da177e4SLinus Torvalds	depends on ARM && MTD_JEDECPROBE
3061da177e4SLinus Torvalds	help
3071da177e4SLinus Torvalds	  This enables access to the NOR Flash on the impA7 board of
3081da177e4SLinus Torvalds	  implementa GmbH. If you have such a board, say 'Y' here.
3091da177e4SLinus Torvalds
3101da177e4SLinus Torvalds# This needs CFI or JEDEC, depending on the cards found.
3111da177e4SLinus Torvaldsconfig MTD_PCI
3121da177e4SLinus Torvalds	tristate "PCI MTD driver"
313ec98c681SJan Engelhardt	depends on PCI && MTD_COMPLEX_MAPPINGS
3141da177e4SLinus Torvalds	help
3151da177e4SLinus Torvalds	  Mapping for accessing flash devices on add-in cards like the Intel XScale
3161da177e4SLinus Torvalds	  IQ80310 card, and the Intel EBSA285 card in blank ROM programming mode
3171da177e4SLinus Torvalds	  (please see the manual for the link settings).
3181da177e4SLinus Torvalds
3191da177e4SLinus Torvalds	  If you are not sure, say N.
3201da177e4SLinus Torvalds
3211da177e4SLinus Torvaldsconfig MTD_PCMCIA
3221da177e4SLinus Torvalds	tristate "PCMCIA MTD driver"
323f6763c98SAlexander Kurz	depends on PCMCIA && MTD_COMPLEX_MAPPINGS
3241da177e4SLinus Torvalds	help
3251da177e4SLinus Torvalds	  Map driver for accessing PCMCIA linear flash memory cards. These
3261da177e4SLinus Torvalds	  cards are usually around 4-16MiB in size. This does not include
3271da177e4SLinus Torvalds	  Compact Flash cards which are treated as IDE devices.
3281da177e4SLinus Torvalds
32911d28a30SDominik Brodowskiconfig MTD_PCMCIA_ANONYMOUS
33011d28a30SDominik Brodowski	bool "Use PCMCIA MTD drivers for anonymous PCMCIA cards"
33111d28a30SDominik Brodowski	depends on MTD_PCMCIA
33211d28a30SDominik Brodowski	help
33311d28a30SDominik Brodowski	  If this option is enabled, PCMCIA cards which do not report
33411d28a30SDominik Brodowski	  anything about themselves are assumed to be MTD cards.
33511d28a30SDominik Brodowski
33611d28a30SDominik Brodowski	  If unsure, say N.
33711d28a30SDominik Brodowski
3381da177e4SLinus Torvaldsconfig MTD_UCLINUX
3396ae392ccSMike Frysinger	bool "Generic uClinux RAM/ROM filesystem support"
34081f53ff8SUwe Kleine-König	depends on (MTD_RAM=y || MTD_ROM=y) && (!MMU || COLDFIRE)
3411da177e4SLinus Torvalds	help
3421da177e4SLinus Torvalds	  Map driver to support image based filesystems for uClinux.
3431da177e4SLinus Torvalds
34499f2a8aeSBen Dooksconfig MTD_PLATRAM
3453c45e00aSThomas Gleixner	tristate "Map driver for platform device RAM (mtd-ram)"
34699f2a8aeSBen Dooks	select MTD_RAM
34799f2a8aeSBen Dooks	help
34899f2a8aeSBen Dooks	  Map driver for RAM areas described via the platform device
34999f2a8aeSBen Dooks	  system.
35099f2a8aeSBen Dooks
35199f2a8aeSBen Dooks	  This selection automatically selects the map_ram driver.
35299f2a8aeSBen Dooks
35347a72688SAdrian McMenaminconfig MTD_VMU
35447a72688SAdrian McMenamin	tristate "Map driver for Dreamcast VMU"
35547a72688SAdrian McMenamin	depends on MAPLE
35647a72688SAdrian McMenamin	help
35747a72688SAdrian McMenamin	  This driver enables access to the Dreamcast Visual Memory Unit (VMU).
3581da177e4SLinus Torvalds
35947a72688SAdrian McMenamin	  Most Dreamcast users will want to say Y here.
36047a72688SAdrian McMenamin
36147a72688SAdrian McMenamin	  To build this as a module select M here, the module will be called
36247a72688SAdrian McMenamin	  vmu-flash.
36347a72688SAdrian McMenamin
364f6a8c609SRussell King - ARM Linuxconfig MTD_PISMO
365f6a8c609SRussell King - ARM Linux	tristate "MTD discovery driver for PISMO modules"
366f6a8c609SRussell King - ARM Linux	depends on I2C
367f6a8c609SRussell King - ARM Linux	depends on ARCH_VERSATILE
368f6a8c609SRussell King - ARM Linux	help
369f6a8c609SRussell King - ARM Linux	  This driver allows for discovery of PISMO modules - see
370f6a8c609SRussell King - ARM Linux	  <http://www.pismoworld.org/>.  These are small modules containing
371f6a8c609SRussell King - ARM Linux	  up to five memory devices (eg, SRAM, flash, DOC) described by an
372f6a8c609SRussell King - ARM Linux	  I2C EEPROM.
373f6a8c609SRussell King - ARM Linux
374f6a8c609SRussell King - ARM Linux	  This driver does not create any MTD maps itself; instead it
375f6a8c609SRussell King - ARM Linux	  creates MTD physmap and MTD SRAM platform devices.  If you
376f6a8c609SRussell King - ARM Linux	  enable this option, you should consider enabling MTD_PHYSMAP
377f6a8c609SRussell King - ARM Linux	  and/or MTD_PLATRAM according to the devices on your module.
378f6a8c609SRussell King - ARM Linux
379f6a8c609SRussell King - ARM Linux	  When built as a module, it will be called pismo.ko
380f6a8c609SRussell King - ARM Linux
38147a72688SAdrian McMenaminendmenu
382