diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:12 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:41 -0800 |
commit | 86449336dd3c6e0edf97b971db2daa88917c1d7e (patch) | |
tree | 47059fc28b556d62909eebd18ef28235e690956b /drivers/mtd/maps/Kconfig | |
parent | ea7d1bc97d91e9b83436a6188cde987aab79aacf (diff) | |
download | blackbird-obmc-linux-86449336dd3c6e0edf97b971db2daa88917c1d7e.tar.gz blackbird-obmc-linux-86449336dd3c6e0edf97b971db2daa88917c1d7e.zip |
ARM: clps711x: cdb89712: Special driver for handling memory is removed
This patch provide migration to using "physmap-flash" and "mtd-ram"
drivers instead of using special driver for handling memory.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 2e47c2ed0a2d..df304868bebb 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -324,13 +324,6 @@ config MTD_SOLUTIONENGINE This enables access to the flash chips on the Hitachi SolutionEngine and similar boards. Say 'Y' if you are building a kernel for such a board. -config MTD_CDB89712 - tristate "Cirrus CDB89712 evaluation board mappings" - depends on MTD_CFI && ARCH_CDB89712 - help - This enables access to the flash or ROM chips on the CDB89712 board. - If you have such a board, say 'Y'. - config MTD_SA1100 tristate "CFI Flash device mapped on StrongARM SA11x0" depends on MTD_CFI && ARCH_SA1100 |