Skip to content

Commit ceefa81

Browse files
tsbogendgregkh
authored andcommitted
serial: remove VR41XX serial 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/20220715140322.135825-1-tsbogend@alpha.franken.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5095ca6 commit ceefa81

File tree

4 files changed

+0
-954
lines changed

4 files changed

+0
-954
lines changed

drivers/tty/serial/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -890,23 +890,6 @@ config SERIAL_TXX9_STDSERIAL
890890
bool "TX39XX/49XX SIO act as standard serial"
891891
depends on !SERIAL_8250 && SERIAL_TXX9
892892

893-
config SERIAL_VR41XX
894-
tristate "NEC VR4100 series Serial Interface Unit support"
895-
depends on CPU_VR41XX
896-
select SERIAL_CORE
897-
help
898-
If you have a NEC VR4100 series processor and you want to use
899-
Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
900-
(not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
901-
902-
config SERIAL_VR41XX_CONSOLE
903-
bool "Enable NEC VR4100 series Serial Interface Unit console"
904-
depends on SERIAL_VR41XX=y
905-
select SERIAL_CORE_CONSOLE
906-
help
907-
If you have a NEC VR4100 series processor and you want to use
908-
a console on a serial port, say Y. Otherwise, say N.
909-
910893
config SERIAL_JSM
911894
tristate "Digi International NEO and Classic PCI Support"
912895
depends on PCI

drivers/tty/serial/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ obj-$(CONFIG_SERIAL_SCCNXP) += sccnxp.o
5151
obj-$(CONFIG_SERIAL_SC16IS7XX_CORE) += sc16is7xx.o
5252
obj-$(CONFIG_SERIAL_JSM) += jsm/
5353
obj-$(CONFIG_SERIAL_TXX9) += serial_txx9.o
54-
obj-$(CONFIG_SERIAL_VR41XX) += vr41xx_siu.o
5554
obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
5655
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
5756
obj-$(CONFIG_SERIAL_MSM) += msm_serial.o

0 commit comments

Comments
 (0)