summaryrefslogtreecommitdiff
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-03 00:15:54 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:11 (GMT)
commitbf6e702232e3b8c38fe0934c1f0240958eaabed3 (patch)
treed87edfd116af4e8bb0b395cb89934420ce1c02f3 /drivers/serial/Kconfig
parent89ca9351cf85ed0843a1a82d626560e0dadb3fe5 (diff)
downloadu-boot-fsl-qoriq-bf6e702232e3b8c38fe0934c1f0240958eaabed3.tar.xz
exynos: Add debug UART support for Samsung S5P serial
Add a debug UART implementation for this serial driver. It does not set up pinmux automatically - this must be done before calling debug_uart_init(). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index b5a91b7..fd126a8 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -53,6 +53,13 @@ config DEBUG_EFI_CONSOLE
U-Boot when running on top of EFI (Extensive Firmware Interface).
This is a type of BIOS used by PCs.
+config DEBUG_UART_S5P
+ bool "Samsung S5P"
+ help
+ Select this to enable a debug UART using the serial_s5p 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