Loading drivers/tty/serial/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -1013,6 +1013,18 @@ config SERIAL_MSM_GENI_HALF_SAMPLING As earlycon can't have HW version awareness, decision is taken based on the configuration. config SERIAL_MSM_HS tristate "MSM UART High Speed: Serial Driver" depends on ARCH_QCOM select SERIAL_CORE help If you have a machine based on MSM family of SoCs, you can enable its onboard high speed serial port by enabling this option. Choose M here to compile it as a module. The module will be called msm_serial_hs. config SERIAL_VT8500 bool "VIA VT8500 on-chip serial port support" depends on ARCH_VT8500 Loading drivers/tty/serial/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o obj-$(CONFIG_SERIAL_MSM) += msm_serial.o obj-$(CONFIG_SERIAL_MSM_GENI) += msm_geni_serial.o obj-$(CONFIG_SERIAL_MSM_HS) += msm_serial_hs.o obj-$(CONFIG_SERIAL_NETX) += netx-serial.o obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o Loading Loading
drivers/tty/serial/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -1013,6 +1013,18 @@ config SERIAL_MSM_GENI_HALF_SAMPLING As earlycon can't have HW version awareness, decision is taken based on the configuration. config SERIAL_MSM_HS tristate "MSM UART High Speed: Serial Driver" depends on ARCH_QCOM select SERIAL_CORE help If you have a machine based on MSM family of SoCs, you can enable its onboard high speed serial port by enabling this option. Choose M here to compile it as a module. The module will be called msm_serial_hs. config SERIAL_VT8500 bool "VIA VT8500 on-chip serial port support" depends on ARCH_VT8500 Loading
drivers/tty/serial/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o obj-$(CONFIG_SERIAL_MSM) += msm_serial.o obj-$(CONFIG_SERIAL_MSM_GENI) += msm_geni_serial.o obj-$(CONFIG_SERIAL_MSM_HS) += msm_serial_hs.o obj-$(CONFIG_SERIAL_NETX) += netx-serial.o obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o Loading