diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-11 17:38:43 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-04-05 12:57:24 +0100 |
commit | e6828b1b7af084d1271779eeeaf079dfd0c38dac (patch) | |
tree | ffc00c427cedb66aec61cdfa302ce687a35afa16 /drivers/mtd/maps/Kconfig | |
parent | ad2457894c272279bf73ca46ae5ea5de4876d2a0 (diff) | |
download | linux-stable-e6828b1b7af084d1271779eeeaf079dfd0c38dac.tar.gz linux-stable-e6828b1b7af084d1271779eeeaf079dfd0c38dac.tar.bz2 linux-stable-e6828b1b7af084d1271779eeeaf079dfd0c38dac.zip |
mtd: remove the dbox2-flash map driver
This driver depends on the CONFIG_DBOX2 symbol which does not exist in
the kernel, which means the driver is dead.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 3ed17c4d4358..74fe0c2f05a6 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -302,14 +302,6 @@ config MTD_MBX860 MBX860 board. If you have one of these boards and would like to use the flash chips on it, say 'Y'. -config MTD_DBOX2 - tristate "CFI Flash device mapped on D-Box2" - depends on DBOX2 && MTD_CFI_INTELSTD && MTD_CFI_INTELEXT && MTD_CFI_AMDSTD - help - This enables access routines for the flash chips on the Nokia/Sagem - D-Box 2 board. If you have one of these boards and would like to use - the flash chips on it, say 'Y'. - config MTD_CFI_FLAGADM tristate "CFI Flash device mapping on FlagaDM" depends on 8xx && MTD_CFI |