Skip to content

Commit ae19e15

Browse files
tsbogendDominik Brodowski
authored and
Dominik Brodowski
committed
pcmcia: remove VR41XX PCMCIA driver
Commit d3164e2 ("MIPS: Remove VR41xx support") removed support for MIPS VR41xx platform, so remove exclusive drivers for this platform, too. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
1 parent 09b2c10 commit ae19e15

File tree

3 files changed

+0
-750
lines changed

3 files changed

+0
-750
lines changed

drivers/pcmcia/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,6 @@ config PCMCIA_PROBE
240240
bool
241241
default y if ISA && !ARCH_SA1100 && !PARISC
242242

243-
config PCMCIA_VRC4171
244-
tristate "NEC VRC4171 Card Controllers support"
245-
depends on CPU_VR41XX && ISA && PCMCIA
246-
247243
config OMAP_CF
248244
tristate "OMAP CompactFlash Controller"
249245
depends on PCMCIA

drivers/pcmcia/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ obj-$(CONFIG_PCMCIA_SA11XX_BASE) += sa11xx_base.o
2929
obj-$(CONFIG_PCMCIA_SA1100) += sa1100_cs.o
3030
obj-$(CONFIG_PCMCIA_SA1111) += sa1111_cs.o
3131
obj-$(CONFIG_PCMCIA_BCM63XX) += bcm63xx_pcmcia.o
32-
obj-$(CONFIG_PCMCIA_VRC4171) += vrc4171_card.o
3332
obj-$(CONFIG_OMAP_CF) += omap_cf.o
3433
obj-$(CONFIG_AT91_CF) += at91_cf.o
3534
obj-$(CONFIG_ELECTRA_CF) += electra_cf.o

0 commit comments

Comments
 (0)