summaryrefslogtreecommitdiff
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2018-05-21 16:42:07 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2018-05-24 15:59:17 +0300
commit54705016ba705601acd32e04ff4e28b82f7ce71a (patch)
tree26cdaecd5d444bbaac2c2417f65a9b25538e3ba1 /drivers/serial/Kconfig
parentd7ac185fd840d1406fcafc1b412482138475af82 (diff)
downloadu-boot-54705016ba705601acd32e04ff4e28b82f7ce71a.tar.xz
serial/serial_arc: Implement debug serial
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 1aab0320f6..8777909860 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -197,6 +197,15 @@ config DEBUG_UART_AR933X
driver will be available until the real driver model serial is
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
bool "Atmel USART"
help