diff options
author | Rajesh Patil <rajpat@codeaurora.org> | 2021-06-18 09:16:01 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-10-06 23:59:16 +0000 |
commit | c003ea6d2b33f4ecb091aa631569792a287043a0 (patch) | |
tree | 8129b8852be4032cd7b1febb03c16053a2fdacdb /src/soc/qualcomm/sc7280/Kconfig | |
parent | acd2218bc320de57d2b6eb5d2829fa5dba027785 (diff) |
sc7280: Enable UART driver
Enable common Uart driver on sc7280
BUG=b:182963902
TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
Change-Id: I015e21081391bfe85edf667685bf117401a9ec00
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55963
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/sc7280/Kconfig')
-rw-r--r-- | src/soc/qualcomm/sc7280/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7280/Kconfig b/src/soc/qualcomm/sc7280/Kconfig index a65a3eea37..24d5c207b4 100644 --- a/src/soc/qualcomm/sc7280/Kconfig +++ b/src/soc/qualcomm/sc7280/Kconfig @@ -14,6 +14,7 @@ config SOC_QUALCOMM_SC7280 select CACHE_MRC_SETTINGS select HAS_RECOVERY_MRC_CACHE select COMPRESS_BOOTBLOCK + select HAVE_UART_SPECIAL if SOC_QUALCOMM_SC7280 @@ -36,4 +37,10 @@ config BOOT_DEVICE_SPI_FLASH_BUS int default 16 +config UART_FOR_CONSOLE + int + default 5 + help + Select the QUP instance to be used for UART console output. + endif |