aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-12-11 11:25:30 -0500
committerDavid Woodhouse <dwmw2@infradead.org>2006-12-11 11:30:26 -0500
commit0bf3a9d82adc62fb05e3f108ddd46eb088960f26 (patch)
tree8ed32ade6cdf79837fa882888ba059b92ef07988 /drivers/mtd/maps/Kconfig
parent66a1e421b98edaa62c7d95cc53cb381efa3fb9bf (diff)
[MTD] Nuke IVR leftovers
Support for the ITE8172 based boards was deleted a while ago so this is dead code. The Kconfig dependency on MIPS was wrong anyway, MIPS is a processor architecture and nothing else; guesses on systems architecture are likely to be wrong ... Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig44
1 files changed, 0 insertions, 44 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 7aac68a62f8c..3a33b98eb93d 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -382,50 +382,6 @@ config MTD_TQM834x
382 TQ Components TQM834x boards. If you have one of these boards 382 TQ Components TQM834x boards. If you have one of these boards
383 and would like to use the flash chips on it, say 'Y'. 383 and would like to use the flash chips on it, say 'Y'.
384 384
385config MTD_CSTM_MIPS_IXX
386 tristate "Flash chip mapping on ITE QED-4N-S01B, Globespan IVR or custom board"
387 depends on MIPS && MTD_CFI && MTD_JEDECPROBE && MTD_PARTITIONS
388 help
389 This provides a mapping driver for the Integrated Technology
390 Express, Inc (ITE) QED-4N-S01B eval board and the Globespan IVR
391 Reference Board. It provides the necessary addressing, length,
392 buswidth, vpp code and addition setup of the flash device for
393 these boards. In addition, this mapping driver can be used for
394 other boards via setting of the CONFIG_MTD_CSTM_MIPS_IXX_START/
395 LEN/BUSWIDTH parameters. This mapping will provide one mtd device
396 using one partition. The start address can be offset from the
397 beginning of flash and the len can be less than the total flash
398 device size to allow a window into the flash. Both CFI and JEDEC
399 probes are called.
400
401config MTD_CSTM_MIPS_IXX_START
402 hex "Physical start address of flash mapping"
403 depends on MTD_CSTM_MIPS_IXX
404 default "0x8000000"
405 help
406 This is the physical memory location that the MTD driver will
407 use for the flash chips on your particular target board.
408 Refer to the memory map which should hopefully be in the
409 documentation for your board.
410
411config MTD_CSTM_MIPS_IXX_LEN
412 hex "Physical length of flash mapping"
413 depends on MTD_CSTM_MIPS_IXX
414 default "0x4000000"
415 help
416 This is the total length that the MTD driver will use for the
417 flash chips on your particular board. Refer to the memory
418 map which should hopefully be in the documentation for your
419 board.
420
421config MTD_CSTM_MIPS_IXX_BUSWIDTH
422 int "Bus width in octets"
423 depends on MTD_CSTM_MIPS_IXX
424 default "2"
425 help
426 This is the total bus width of the mapping of the flash chips
427 on your particular board.
428
429config MTD_OCELOT 385config MTD_OCELOT
430 tristate "Momenco Ocelot boot flash device" 386 tristate "Momenco Ocelot boot flash device"
431 depends on MIPS && MOMENCO_OCELOT 387 depends on MIPS && MOMENCO_OCELOT