Skip to content

Commit 7ceeb60

Browse files
Linus Walleijmiquelraynal
authored andcommitted
mtd: maps: ixp4xx: Drop driver
This custom maps driver was never used with the device tree enabled IXP4xx systems, which use the physmap add-on from commit 2aba2f2 ("mtd: physmap_of: add a hook for Intel IXP4xx flash probing") Since kernel v5.18-rc1 IXP4xx is only booting from the device tree so drop this old driver. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20220407210844.2489682-1-linus.walleij@linaro.org
1 parent 4c38ede commit 7ceeb60

3 files changed

Lines changed: 0 additions & 272 deletions

File tree

drivers/mtd/maps/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,6 @@ config MTD_DC21285
300300
21285 bridge used with Intel's StrongARM processors. More info at
301301
<https://www.intel.com/design/bridge/docs/21285_documentation.htm>.
302302

303-
config MTD_IXP4XX
304-
tristate "CFI Flash device mapped on Intel IXP4xx based systems"
305-
depends on MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP4XX && MTD_CFI_ADV_OPTIONS
306-
help
307-
This enables MTD access to flash devices on platforms based
308-
on Intel's IXP4xx family of network processors such as the
309-
IXDP425 and Coyote. If you have an IXP4xx based board and
310-
would like to use the flash chips on it, say 'Y'.
311-
312303
config MTD_IMPA7
313304
tristate "JEDEC Flash device mapped on impA7"
314305
depends on ARM && MTD_JEDECPROBE

drivers/mtd/maps/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ obj-$(CONFIG_MTD_IMPA7) += impa7.o
3939
obj-$(CONFIG_MTD_UCLINUX) += uclinux.o
4040
obj-$(CONFIG_MTD_NETtel) += nettel.o
4141
obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o
42-
obj-$(CONFIG_MTD_IXP4XX) += ixp4xx.o
4342
obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o
4443
obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o
4544
obj-$(CONFIG_MTD_VMU) += vmu-flash.o

drivers/mtd/maps/ixp4xx.c

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)