Skip to content

Commit c4371c5

Browse files
tsbogendbrgl
authored andcommitted
gpio: remove VR41XX related gpio 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> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
1 parent d042656 commit c4371c5

3 files changed

Lines changed: 0 additions & 548 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -691,12 +691,6 @@ config GPIO_VISCONTI
691691
help
692692
Say yes here to support GPIO on Tohisba Visconti.
693693

694-
config GPIO_VR41XX
695-
tristate "NEC VR4100 series General-purpose I/O Unit support"
696-
depends on CPU_VR41XX
697-
help
698-
Say yes here to support the NEC VR4100 series General-purpose I/O Unit.
699-
700694
config GPIO_VX855
701695
tristate "VIA VX855/VX875 GPIO"
702696
depends on (X86 || COMPILE_TEST) && PCI

drivers/gpio/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ obj-$(CONFIG_GPIO_VF610) += gpio-vf610.o
169169
obj-$(CONFIG_GPIO_VIPERBOARD) += gpio-viperboard.o
170170
obj-$(CONFIG_GPIO_VIRTIO) += gpio-virtio.o
171171
obj-$(CONFIG_GPIO_VISCONTI) += gpio-visconti.o
172-
obj-$(CONFIG_GPIO_VR41XX) += gpio-vr41xx.o
173172
obj-$(CONFIG_GPIO_VX855) += gpio-vx855.o
174173
obj-$(CONFIG_GPIO_WCD934X) += gpio-wcd934x.o
175174
obj-$(CONFIG_GPIO_WHISKEY_COVE) += gpio-wcove.o

0 commit comments

Comments
 (0)