diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-09 13:15:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-09 13:15:46 -0400 |
commit | a637b0d45947df686979b85361ad5bfa9d19fdd3 (patch) | |
tree | 926207cdfbbde430d1e7b515f32fe1c740b15745 /drivers/mtd/maps/Kconfig | |
parent | f78089e87e576f91396a5d428d14b552178dfb17 (diff) | |
parent | cdb6404cc53a166a1e3b0179bd8d1f4070beff41 (diff) |
Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd
Pull MTD update from David Woodhouse:
- Lots of cleanups from Artem, including deletion of some obsolete
drivers
- Support partitions larger than 4GiB in device tree
- Support for new SPI chips
* tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd: (83 commits)
mtd: omap2: Use module_platform_driver()
mtd: bf5xx_nand: Use module_platform_driver()
mtd: denali_dt: Remove redundant use of of_match_ptr
mtd: denali_dt: Change return value to fix smatch warning
mtd: denali_dt: Use module_platform_driver()
mtd: denali_dt: Fix incorrect error check
mtd: nand: subpage write support for hardware based ECC schemes
mtd: omap2: use msecs_to_jiffies()
mtd: nand_ids: use size macros
mtd: nand_ids: improve LEGACY_ID_NAND macro a bit
mtd: add 4 Toshiba nand chips for the full-id case
mtd: add the support to parse out the full-id nand type
mtd: add new fields to nand_flash_dev{}
mtd: sh_flctl: Use of_match_ptr() macro
mtd: gpio: Use of_match_ptr() macro
mtd: gpio: Use devm_kzalloc()
mtd: davinci_nand: Use of_match_ptr()
mtd: dataflash: Use of_match_ptr() macro
mtd: remove h720x flash support
mtd: onenand: remove OneNAND simulator
...
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index c26938382f64..bed9d58d5741 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -249,22 +249,6 @@ config MTD_LANTIQ | |||
249 | help | 249 | help |
250 | Support for NOR flash attached to the Lantiq SoC's External Bus Unit. | 250 | Support for NOR flash attached to the Lantiq SoC's External Bus Unit. |
251 | 251 | ||
252 | config MTD_DILNETPC | ||
253 | tristate "CFI Flash device mapped on DIL/Net PC" | ||
254 | depends on X86 && MTD_CFI_INTELEXT && BROKEN | ||
255 | help | ||
256 | MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP". | ||
257 | For details, see <http://www.ssv-embedded.de/ssv/pc104/p169.htm> | ||
258 | and <http://www.ssv-embedded.de/ssv/pc104/p170.htm> | ||
259 | |||
260 | config MTD_DILNETPC_BOOTSIZE | ||
261 | hex "Size of DIL/Net PC flash boot partition" | ||
262 | depends on MTD_DILNETPC | ||
263 | default "0x80000" | ||
264 | help | ||
265 | The amount of space taken up by the kernel or Etherboot | ||
266 | on the DIL/Net PC flash chips. | ||
267 | |||
268 | config MTD_L440GX | 252 | config MTD_L440GX |
269 | tristate "BIOS flash chip on Intel L440GX boards" | 253 | tristate "BIOS flash chip on Intel L440GX boards" |
270 | depends on X86 && MTD_JEDECPROBE | 254 | depends on X86 && MTD_JEDECPROBE |
@@ -274,42 +258,6 @@ config MTD_L440GX | |||
274 | 258 | ||
275 | BE VERY CAREFUL. | 259 | BE VERY CAREFUL. |
276 | 260 | ||
277 | config MTD_TQM8XXL | ||
278 | tristate "CFI Flash device mapped on TQM8XXL" | ||
279 | depends on MTD_CFI && TQM8xxL | ||
280 | help | ||
281 | The TQM8xxL PowerPC board has up to two banks of CFI-compliant | ||
282 | chips, currently uses AMD one. This 'mapping' driver supports | ||
283 | that arrangement, allowing the CFI probe and command set driver | ||
284 | code to communicate with the chips on the TQM8xxL board. More at | ||
285 | <http://www.denx.de/wiki/PPCEmbedded/>. | ||
286 | |||
287 | config MTD_RPXLITE | ||
288 | tristate "CFI Flash device mapped on RPX Lite or CLLF" | ||
289 | depends on MTD_CFI && (RPXCLASSIC || RPXLITE) | ||
290 | help | ||
291 | The RPXLite PowerPC board has CFI-compliant chips mapped in | ||
292 | a strange sparse mapping. This 'mapping' driver supports that | ||
293 | arrangement, allowing the CFI probe and command set driver code | ||
294 | to communicate with the chips on the RPXLite board. More at | ||
295 | <http://www.embeddedplanet.com/>. | ||
296 | |||
297 | config MTD_MBX860 | ||
298 | tristate "System flash on MBX860 board" | ||
299 | depends on MTD_CFI && MBX | ||
300 | help | ||
301 | This enables access routines for the flash chips on the Motorola | ||
302 | MBX860 board. If you have one of these boards and would like | ||
303 | to use the flash chips on it, say 'Y'. | ||
304 | |||
305 | config MTD_DBOX2 | ||
306 | tristate "CFI Flash device mapped on D-Box2" | ||
307 | depends on DBOX2 && MTD_CFI_INTELSTD && MTD_CFI_INTELEXT && MTD_CFI_AMDSTD | ||
308 | help | ||
309 | This enables access routines for the flash chips on the Nokia/Sagem | ||
310 | D-Box 2 board. If you have one of these boards and would like to use | ||
311 | the flash chips on it, say 'Y'. | ||
312 | |||
313 | config MTD_CFI_FLAGADM | 261 | config MTD_CFI_FLAGADM |
314 | tristate "CFI Flash device mapping on FlagaDM" | 262 | tristate "CFI Flash device mapping on FlagaDM" |
315 | depends on 8xx && MTD_CFI | 263 | depends on 8xx && MTD_CFI |
@@ -349,15 +297,6 @@ config MTD_IXP4XX | |||
349 | IXDP425 and Coyote. If you have an IXP4xx based board and | 297 | IXDP425 and Coyote. If you have an IXP4xx based board and |
350 | would like to use the flash chips on it, say 'Y'. | 298 | would like to use the flash chips on it, say 'Y'. |
351 | 299 | ||
352 | config MTD_IXP2000 | ||
353 | tristate "CFI Flash device mapped on Intel IXP2000 based systems" | ||
354 | depends on MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP2000 | ||
355 | help | ||
356 | This enables MTD access to flash devices on platforms based | ||
357 | on Intel's IXP2000 family of network processors. If you have an | ||
358 | IXP2000 based board and would like to use the flash chips on it, | ||
359 | say 'Y'. | ||
360 | |||
361 | config MTD_AUTCPU12 | 300 | config MTD_AUTCPU12 |
362 | bool "NV-RAM mapping AUTCPU12 board" | 301 | bool "NV-RAM mapping AUTCPU12 board" |
363 | depends on ARCH_AUTCPU12 | 302 | depends on ARCH_AUTCPU12 |
@@ -372,13 +311,6 @@ config MTD_IMPA7 | |||
372 | This enables access to the NOR Flash on the impA7 board of | 311 | This enables access to the NOR Flash on the impA7 board of |
373 | implementa GmbH. If you have such a board, say 'Y' here. | 312 | implementa GmbH. If you have such a board, say 'Y' here. |
374 | 313 | ||
375 | config MTD_H720X | ||
376 | tristate "Hynix evaluation board mappings" | ||
377 | depends on MTD_CFI && ( ARCH_H7201 || ARCH_H7202 ) | ||
378 | help | ||
379 | This enables access to the flash chips on the Hynix evaluation boards. | ||
380 | If you have such a board, say 'Y'. | ||
381 | |||
382 | # This needs CFI or JEDEC, depending on the cards found. | 314 | # This needs CFI or JEDEC, depending on the cards found. |
383 | config MTD_PCI | 315 | config MTD_PCI |
384 | tristate "PCI MTD driver" | 316 | tristate "PCI MTD driver" |
@@ -433,15 +365,6 @@ config MTD_UCLINUX | |||
433 | help | 365 | help |
434 | Map driver to support image based filesystems for uClinux. | 366 | Map driver to support image based filesystems for uClinux. |
435 | 367 | ||
436 | config MTD_DMV182 | ||
437 | tristate "Map driver for Dy-4 SVME/DMV-182 board." | ||
438 | depends on DMV182 | ||
439 | select MTD_MAP_BANK_WIDTH_32 | ||
440 | select MTD_CFI_I8 | ||
441 | select MTD_CFI_AMDSTD | ||
442 | help | ||
443 | Map driver for Dy-4 SVME/DMV-182 board. | ||
444 | |||
445 | config MTD_INTEL_VR_NOR | 368 | config MTD_INTEL_VR_NOR |
446 | tristate "NOR flash on Intel Vermilion Range Expansion Bus CS0" | 369 | tristate "NOR flash on Intel Vermilion Range Expansion Bus CS0" |
447 | depends on PCI | 370 | depends on PCI |