Skip to content

Commit 1208ec5

Browse files
tsbogendgregkh
authored andcommitted
char: remove VR41XX related char 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> Link: https://lore.kernel.org/r/20220716130802.11660-1-tsbogend@alpha.franken.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9f8267b commit 1208ec5

File tree

3 files changed

+0
-365
lines changed

3 files changed

+0
-365
lines changed

drivers/char/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@ config SONYPI
247247
To compile this driver as a module, choose M here: the
248248
module will be called sonypi.
249249

250-
config GPIO_TB0219
251-
tristate "TANBAC TB0219 GPIO support"
252-
depends on TANBAC_TB022X
253-
select GPIO_VR41XX
254-
255250
source "drivers/char/pcmcia/Kconfig"
256251

257252
config MWAVE

drivers/char/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ obj-$(CONFIG_NWFLASH) += nwflash.o
3131
obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o
3232
obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
3333
obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o
34-
obj-$(CONFIG_GPIO_TB0219) += tb0219.o
3534
obj-$(CONFIG_TELCLOCK) += tlclk.o
3635

3736
obj-$(CONFIG_MWAVE) += mwave/

drivers/char/tb0219.c

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

0 commit comments

Comments
 (0)