Kconfig 20 KB

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