Skip to content

Commit 4a2b856

Browse files
linuswgregkh
authored andcommitted
tty: serial: netx: Delete driver
The Netx ARM machine was deleted from the kernel. This driver had no users and has to go. Cc: Robert Schwebel <[email protected]> Cc: Sascha Hauer <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5f9e832 commit 4a2b856

File tree

4 files changed

+0
-756
lines changed

4 files changed

+0
-756
lines changed

drivers/tty/serial/Kconfig

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,25 +1035,6 @@ config SERIAL_VT8500_CONSOLE
10351035
depends on SERIAL_VT8500=y
10361036
select SERIAL_CORE_CONSOLE
10371037

1038-
config SERIAL_NETX
1039-
tristate "NetX serial port support"
1040-
depends on ARCH_NETX
1041-
select SERIAL_CORE
1042-
help
1043-
If you have a machine based on a Hilscher NetX SoC you
1044-
can enable its onboard serial port by enabling this option.
1045-
1046-
To compile this driver as a module, choose M here: the
1047-
module will be called netx-serial.
1048-
1049-
config SERIAL_NETX_CONSOLE
1050-
bool "Console on NetX serial port"
1051-
depends on SERIAL_NETX=y
1052-
select SERIAL_CORE_CONSOLE
1053-
help
1054-
If you have enabled the serial port on the Hilscher NetX SoC
1055-
you can make it the console by answering Y to this option.
1056-
10571038
config SERIAL_OMAP
10581039
tristate "OMAP serial port support"
10591040
depends on ARCH_OMAP2PLUS

drivers/tty/serial/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
5959
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
6060
obj-$(CONFIG_SERIAL_MSM) += msm_serial.o
6161
obj-$(CONFIG_SERIAL_QCOM_GENI) += qcom_geni_serial.o
62-
obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
6362
obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o
6463
obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o
6564
obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o

0 commit comments

Comments
 (0)