summaryrefslogtreecommitdiff
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-13 10:04:34 -0500
committerTom Rini <trini@konsulko.com>2015-11-13 10:04:34 -0500
commit618a51e9aefe1e03f498ea48bfab70a0b2c9be39 (patch)
tree565050bbf77d0d7f5d041bf490c3b6f8c83f6319 /drivers/serial/Kconfig
parentb67dfc5a1099eef2a323de23a78ba4e6d9b87633 (diff)
parente43ce3fca755d79635899b658a97f3c4a7dbf220 (diff)
downloadu-boot-imx-618a51e9aefe1e03f498ea48bfab70a0b2c9be39.zip
u-boot-imx-618a51e9aefe1e03f498ea48bfab70a0b2c9be39.tar.gz
u-boot-imx-618a51e9aefe1e03f498ea48bfab70a0b2c9be39.tar.bz2
Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index d462244..eba96f4 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -98,6 +98,14 @@ config DEBUG_UART_ZYNQ
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_APBUART
+ depends on LEON3
+ bool "Gaisler APBUART"
+ help
+ Select this to enable a debug UART using the serial_leon3 driver. You
+ will need to provide parameters to make this work. The driver will
+ be available until the real driver model serial is running.
+
endchoice
config DEBUG_UART_BASE