Skip to content

Commit

Permalink
char: remove VR41XX related char driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
tsbogend authored and gregkh committed Jul 28, 2022
1 parent 9f8267b commit 1208ec5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 365 deletions.
5 changes: 0 additions & 5 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@ config SONYPI
To compile this driver as a module, choose M here: the
module will be called sonypi.

config GPIO_TB0219
tristate "TANBAC TB0219 GPIO support"
depends on TANBAC_TB022X
select GPIO_VR41XX

source "drivers/char/pcmcia/Kconfig"

config MWAVE
Expand Down
1 change: 0 additions & 1 deletion drivers/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ obj-$(CONFIG_NWFLASH) += nwflash.o
obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o
obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o
obj-$(CONFIG_GPIO_TB0219) += tb0219.o
obj-$(CONFIG_TELCLOCK) += tlclk.o

obj-$(CONFIG_MWAVE) += mwave/
Expand Down
359 changes: 0 additions & 359 deletions drivers/char/tb0219.c

This file was deleted.

0 comments on commit 1208ec5

Please sign in to comment.