aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2022-04-04 14:17:58 -0400
committerTom Rini <trini@konsulko.com>2022-04-14 15:39:15 -0400
commitefa51f2bd641965f91550e1f7eeec14b5746db87 (patch)
tree3b1b673feefe800384c9413747a2910757924632 /drivers/serial/Kconfig
parent2c777488b6709dea4aadfdadbbfccc0de751a022 (diff)
downloadu-boot-efa51f2bd641965f91550e1f7eeec14b5746db87.zip
u-boot-efa51f2bd641965f91550e1f7eeec14b5746db87.tar.gz
u-boot-efa51f2bd641965f91550e1f7eeec14b5746db87.tar.bz2
serial: sandbox: Implement puts
This implements puts for sandbox. It is fairly straightforward, except that we break out the shared color printing functionality into its own function. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 286c998..6b189f8 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -779,6 +779,7 @@ config S5P_SERIAL
config SANDBOX_SERIAL
bool "Sandbox UART support"
depends on SANDBOX
+ imply SERIAL_PUTS
help
Select this to enable a seral UART for sandbox. This is required to
operate correctly, otherwise you will see no serial output from