summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/drallion/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig
index 35f7150836c7..256f8cbdaebb 100644
--- a/src/mainboard/google/drallion/Kconfig
+++ b/src/mainboard/google/drallion/Kconfig
@@ -84,7 +84,9 @@ config MAX_CPUS
config UART_FOR_CONSOLE
int
- default 0
+ default 2 if BOARD_GOOGLE_ARCADA_CML
+ default 2 if BOARD_GOOGLE_SARIEN_CML
+ default 0 if BOARD_GOOGLE_DRALLION
config VARIANT_DIR
string