diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-05-21 16:40:05 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-05-24 15:59:17 +0300 |
commit | d7ac185fd840d1406fcafc1b412482138475af82 (patch) | |
tree | 8657afa87dc72861644f9b9e7416dbe3ed2bc5e6 /drivers/serial | |
parent | b271d366cc2772368fa581a9fdd6e1fae1756ce0 (diff) | |
download | u-boot-d7ac185fd840d1406fcafc1b412482138475af82.tar.gz |
serial: Convert ARC_SERIAL to Kconfig
One step closer to completely Kconfig-driven target configuration in
U-Boot :)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 5937910e5b..1aab0320f6 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -425,6 +425,13 @@ config AR933X_UART tree binding to operate, please refer to the document at 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 bool "Atmel USART support" help |