diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-18 14:43:43 +0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-22 11:06:28 +0200 |
commit | 8ea9eee903f3acf5aa6bdfb831461aec063b128b (patch) | |
tree | bd6d4edc16ec9301b0353ad48b98d97f4eea6c49 /drivers/mtd/maps/Kconfig | |
parent | ab0b00bc6ebcfbff42dedb3bf53f0ece79b27e88 (diff) | |
download | linux-stable-8ea9eee903f3acf5aa6bdfb831461aec063b128b.tar.gz linux-stable-8ea9eee903f3acf5aa6bdfb831461aec063b128b.tar.bz2 linux-stable-8ea9eee903f3acf5aa6bdfb831461aec063b128b.zip |
mtd: Drop FORTUNET support
The kernel has never contained the symbol SA1100_FORTUNET so the driver
never compiled and can be removed safely.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
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..a18307019124 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -365,13 +365,6 @@ config MTD_IXP2000 IXP2000 based board and would like to use the flash chips on it, say 'Y'. -config MTD_FORTUNET - tristate "CFI Flash device mapped on the FortuNet board" - depends on MTD_CFI && SA1100_FORTUNET - help - This enables access to the Flash on the FortuNet board. If you - have such a board, say 'Y'. - config MTD_AUTCPU12 bool "NV-RAM mapping AUTCPU12 board" depends on ARCH_AUTCPU12 |