diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-09-07 03:50:29 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 09:35:47 -0400 |
commit | 3e2b82b9073e8bf0b4f359fa3045e81d9fe87f7d (patch) | |
tree | c2a7f865329f3cb86df69ef2313793b9c2aa6c68 /drivers/mtd | |
parent | 19fb4341ad7a72e4c996234a1834e52e1f7954ba (diff) |
mtd: drop Integrator flash map Kconfig
The integrator flash has been deleted, even from the Makefile.
Drop the Kconfig entry as well.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 1b0d56cf4c47..8e0c4bf9f7fb 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -332,10 +332,6 @@ config MTD_SOLUTIONENGINE | |||
332 | This enables access to the flash chips on the Hitachi SolutionEngine and | 332 | This enables access to the flash chips on the Hitachi SolutionEngine and |
333 | similar boards. Say 'Y' if you are building a kernel for such a board. | 333 | similar boards. Say 'Y' if you are building a kernel for such a board. |
334 | 334 | ||
335 | config MTD_ARM_INTEGRATOR | ||
336 | tristate "CFI Flash device mapped on ARM Integrator/P720T" | ||
337 | depends on ARM && MTD_CFI | ||
338 | |||
339 | config MTD_CDB89712 | 335 | config MTD_CDB89712 |
340 | tristate "Cirrus CDB89712 evaluation board mappings" | 336 | tristate "Cirrus CDB89712 evaluation board mappings" |
341 | depends on MTD_CFI && ARCH_CDB89712 | 337 | depends on MTD_CFI && ARCH_CDB89712 |