diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2010-02-15 21:03:32 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 21:03:32 +0300 |
commit | cc87edb173effdf74e680ee6d622a935ff0c1d6f (patch) | |
tree | 4d7bdf19d5c4cdba1736e88e1cbce7f79cd5df16 /drivers/mtd/maps/Kconfig | |
parent | 561b036ad9d0b4f0cd311d2e38025919c2cb437f (diff) | |
download | linux-cc87edb173effdf74e680ee6d622a935ff0c1d6f.tar.xz |
MTD: remove no longer used OMAP flash map
All OMAP boards are now using physmap-flash.
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 2de0cc823d60..9605cb87c746 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -428,15 +428,6 @@ config MTD_H720X This enables access to the flash chips on the Hynix evaluation boards. If you have such a board, say 'Y'. -config MTD_OMAP_NOR - tristate "TI OMAP board mappings" - depends on MTD_CFI && ARCH_OMAP - help - This enables access to the NOR flash chips on TI OMAP-based - boards defining flash platform devices and flash platform data. - These boards include the Innovator, H2, H3, OSK, Perseus2, and - more. If you have such a board, say 'Y'. - # This needs CFI or JEDEC, depending on the cards found. config MTD_PCI tristate "PCI MTD driver" |