File tree Expand file tree Collapse file tree 4 files changed +0
-756
lines changed Expand file tree Collapse file tree 4 files changed +0
-756
lines changed Original file line number Diff line number Diff line change @@ -1035,25 +1035,6 @@ config SERIAL_VT8500_CONSOLE
1035
1035
depends on SERIAL_VT8500=y
1036
1036
select SERIAL_CORE_CONSOLE
1037
1037
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
-
1057
1038
config SERIAL_OMAP
1058
1039
tristate "OMAP serial port support"
1059
1040
depends on ARCH_OMAP2PLUS
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
59
59
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
60
60
obj-$(CONFIG_SERIAL_MSM) += msm_serial.o
61
61
obj-$(CONFIG_SERIAL_QCOM_GENI) += qcom_geni_serial.o
62
- obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
63
62
obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o
64
63
obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o
65
64
obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
You can’t perform that action at this time.
0 commit comments