You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
serial: driver for Conexant Digicolor USART
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
48c7386317
commit
5930cb3511
@@ -1549,6 +1549,21 @@ config SERIAL_FSL_LPUART_CONSOLE
|
||||
If you have enabled the lpuart serial port on the Freescale SoCs,
|
||||
you can make it the console by answering Y to this option.
|
||||
|
||||
config SERIAL_CONEXANT_DIGICOLOR
|
||||
tristate "Conexant Digicolor CX92xxx USART serial port support"
|
||||
depends on OF
|
||||
select SERIAL_CORE
|
||||
help
|
||||
Support for the on-chip USART on Conexant Digicolor SoCs.
|
||||
|
||||
config SERIAL_CONEXANT_DIGICOLOR_CONSOLE
|
||||
bool "Console on Conexant Digicolor serial port"
|
||||
depends on SERIAL_CONEXANT_DIGICOLOR=y
|
||||
select SERIAL_CORE_CONSOLE
|
||||
help
|
||||
If you have enabled the USART serial port on Conexant Digicolor
|
||||
SoCs, you can make it the console by answering Y to this option.
|
||||
|
||||
config SERIAL_ST_ASC
|
||||
tristate "ST ASC serial port support"
|
||||
select SERIAL_CORE
|
||||
|
||||
@@ -92,6 +92,7 @@ obj-$(CONFIG_SERIAL_EFM32_UART) += efm32-uart.o
|
||||
obj-$(CONFIG_SERIAL_ARC) += arc_uart.o
|
||||
obj-$(CONFIG_SERIAL_RP2) += rp2.o
|
||||
obj-$(CONFIG_SERIAL_FSL_LPUART) += fsl_lpuart.o
|
||||
obj-$(CONFIG_SERIAL_CONEXANT_DIGICOLOR) += digicolor-usart.o
|
||||
obj-$(CONFIG_SERIAL_MEN_Z135) += men_z135_uart.o
|
||||
|
||||
# GPIOLIB helpers for modem control lines
|
||||
|
||||
563
drivers/tty/serial/digicolor-usart.c
Normal file
563
drivers/tty/serial/digicolor-usart.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -248,4 +248,7 @@
|
||||
/* MESON */
|
||||
#define PORT_MESON 109
|
||||
|
||||
/* Conexant Digicolor */
|
||||
#define PORT_DIGICOLOR 110
|
||||
|
||||
#endif /* _UAPILINUX_SERIAL_CORE_H */
|
||||
|
||||
Reference in New Issue
Block a user