diff options
author | Todd Poynor <tpoynor@mvista.com> | 2005-09-14 15:14:17 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-06 15:40:38 -0500 |
commit | 9c517e6c801aab0f8de8f9c67bfc16ea13d72971 (patch) | |
tree | a97eac9182c8baa54293a71955eae1bc6242e485 /drivers/mtd/maps/Kconfig | |
parent | 81e39cf0297c7f32fb8869af9ae199130208ae6f (diff) |
[MTD] maps: Add mapping driver for PQ2FADS boards.
From: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index aa5d71f8d812..8e3e93d62525 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # drivers/mtd/maps/Kconfig | 1 | # drivers/mtd/maps/Kconfig |
2 | # $Id: Kconfig,v 1.55 2005/07/02 01:53:24 tpoynor Exp $ | 2 | # $Id: Kconfig,v 1.58 2005/09/14 19:14:13 tpoynor Exp $ |
3 | 3 | ||
4 | menu "Mapping drivers for chip access" | 4 | menu "Mapping drivers for chip access" |
5 | depends on MTD!=n | 5 | depends on MTD!=n |
@@ -520,6 +520,12 @@ config MTD_MPC1211 | |||
520 | This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02). | 520 | This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02). |
521 | If you have such a board, say 'Y'. | 521 | If you have such a board, say 'Y'. |
522 | 522 | ||
523 | config MTD_PQ2FADS | ||
524 | tristate "JEDEC flash SIMM mapped on PQ2FADS and 8272ADS boards" | ||
525 | depends on (ADS8272 || PQ2FADS) && MTD_PARTITIONS && MTD_JEDECPROBE && MTD_PHYSMAP && MTD_CFI_GEOMETRY && MTD_CFI_INTELEXT | ||
526 | help | ||
527 | This enables access to flash SIMM on PQ2FADS-like boards | ||
528 | |||
523 | config MTD_OMAP_NOR | 529 | config MTD_OMAP_NOR |
524 | tristate "TI OMAP board mappings" | 530 | tristate "TI OMAP board mappings" |
525 | depends on MTD_CFI && ARCH_OMAP | 531 | depends on MTD_CFI && ARCH_OMAP |