aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7180/Kconfig')
-rw-r--r--src/soc/qualcomm/sc7180/Kconfig6
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