@ -197,6 +197,15 @@ config DEBUG_UART_AR933X
driver will be available until the real driver model serial is
driver will be available until the real driver model serial is
running.
running.
config DEBUG_ARC_SERIAL
bool "ARC UART"
depends on ARC_SERIAL
help
Select this to enable a debug UART using the ARC UART driver.
You will need to provide parameters to make this work. The
driver will be available until the real driver model serial is
running.
config DEBUG_UART_ATMEL
config DEBUG_UART_ATMEL
bool "Atmel USART"
bool "Atmel USART"
help
help
@ -425,6 +434,13 @@ config AR933X_UART
tree binding to operate, please refer to the document at
tree binding to operate, please refer to the document at
doc/device-tree-bindings/serial/qca,ar9330-uart.txt.
doc/device-tree-bindings/serial/qca,ar9330-uart.txt.
config ARC_SERIAL
bool "ARC UART support"
depends on DM_SERIAL
help
Select this to enable support for ARC UART now typically
only used in Synopsys DesignWare ARC simulators like nSIM.
config ATMEL_USART
config ATMEL_USART
bool "Atmel USART support"
bool "Atmel USART support"
help
help