diff options
author | Francois Retief <fgretief@spaceteq.co.za> | 2015-10-29 12:55:34 +0200 |
---|---|---|
committer | Francois Retief <fgretief@spaceteq.co.za> | 2015-11-13 10:23:33 +0200 |
commit | e43ce3fca755d79635899b658a97f3c4a7dbf220 (patch) | |
tree | ab287ecdb45c987e51109090e0ae56abc911a405 /drivers/serial | |
parent | 5786071e4a3b9091940580c208e27d21fdc269cf (diff) | |
download | u-boot-imx-e43ce3fca755d79635899b658a97f3c4a7dbf220.zip u-boot-imx-e43ce3fca755d79635899b658a97f3c4a7dbf220.tar.gz u-boot-imx-e43ce3fca755d79635899b658a97f3c4a7dbf220.tar.bz2 |
sparc: leon3: Add debug_uart support to LEON3 serial driver.
Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 8 |
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 |