diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-10-05 00:41:42 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-11-06 23:33:06 +0100 |
commit | d24dbd7541ff05617d4a14c579a09d33d66cf47f (patch) | |
tree | 147d431eba8aa1a41fa2f2b484f7e61286fe911e /drivers/mtd/maps/Kconfig | |
parent | 99f732b3a8656b148b3725192c8eac6982c6c80d (diff) | |
download | linux-d24dbd7541ff05617d4a14c579a09d33d66cf47f.tar.gz linux-d24dbd7541ff05617d4a14c579a09d33d66cf47f.tar.bz2 linux-d24dbd7541ff05617d4a14c579a09d33d66cf47f.zip |
mtd: maps: Get rid of the latch-addr-flash driver
Looks like this driver was initially added to support the NOR on the
DA830-EVM (Davinci) board, but the board file update was never merged.
Keeping unused drivers just adds to the maintenance burden, so let's
remove it if nobody uses it.
Cc: David Griego <dgriego@mvista.com>
Cc: Aleksey Makarov <amakarov@ru.mvista.com>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Savinay Dharmappa <savinay.dharmappa@ti.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 93b7ae32e277..2edd8bcdbe1c 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -399,13 +399,4 @@ config MTD_PISMO When built as a module, it will be called pismo.ko -config MTD_LATCH_ADDR - tristate "Latch-assisted Flash Chip Support" - depends on MTD_COMPLEX_MAPPINGS - help - Map driver which allows flashes to be partially physically addressed - and have the upper address lines set by a board specific code. - - If compiled as a module, it will be called latch-addr-flash. - endmenu |