diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:17 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:43 -0800 |
commit | 90383e0ac2ae3df283f2b56997040f71f6d1df08 (patch) | |
tree | f4d74f00d18f40f120238cb7a762c676e07c6fe1 /drivers/mtd/nand/Kconfig | |
parent | 49e67de364ea7b2dd69066c95990e686d4de6154 (diff) | |
download | op-kernel-dev-90383e0ac2ae3df283f2b56997040f71f6d1df08.zip op-kernel-dev-90383e0ac2ae3df283f2b56997040f71f6d1df08.tar.gz |
ARM: clps711x: autcpu12: Special driver for handling NAND memory is removed
This patch provide migration to using "gpio-nand" and "basic-mmio-gpio"
drivers instead of using special driver for handling NAND memory.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 4883139..e6e0a82 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -49,13 +49,6 @@ config MTD_NAND_MUSEUM_IDS NAND chips (page size 256 byte, erase size 4-8KiB). The IDs of these chips were reused by later, larger chips. -config MTD_NAND_AUTCPU12 - tristate "SmartMediaCard on autronix autcpu12 board" - depends on ARCH_AUTCPU12 - help - This enables the driver for the autronix autcpu12 board to - access the SmartMediaCard. - config MTD_NAND_DENALI depends on PCI tristate "Support Denali NAND controller on Intel Moorestown" |