diff options
author | T Michael Turney <mturney@codeaurora.org> | 2019-10-10 15:29:16 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2020-04-21 21:53:45 +0000 |
commit | 7ae833bdaa3778d476f5d8a0a123c3492ceecef8 (patch) | |
tree | 72ffddf404e7c34cc87b8b7affb4640784fad937 /src/soc/qualcomm/sc7180/Kconfig | |
parent | cea0d9c0ffc06359b01310c0dd728b4527c0013d (diff) |
sc7180: Add UART support
This implements the UART driver in SoC
Developer/Reviewer, be aware of this patch from Napali:
https://review.coreboot.org/c/coreboot/+/25373/78
Change-Id: I6494daa108197c030577ac86dab71f9ca6c21bdb
Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35500
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/sc7180/Kconfig')
-rw-r--r-- | src/soc/qualcomm/sc7180/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7180/Kconfig b/src/soc/qualcomm/sc7180/Kconfig index 4093c93213..faf036e62b 100644 --- a/src/soc/qualcomm/sc7180/Kconfig +++ b/src/soc/qualcomm/sc7180/Kconfig @@ -31,4 +31,10 @@ config BOOT_DEVICE_SPI_FLASH_BUS int default 16 +config UART_FOR_CONSOLE + int + default 8 + help + Select the QUP instance to be used for UART console output. + endif |