aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew King <mathewk@chromium.org>2021-02-19 08:54:57 -0700
committerPatrick Georgi <pgeorgi@google.com>2021-02-22 07:28:37 +0000
commit1156acbb7eaae3f23e67e05512068e183eea6375 (patch)
tree8a2d279642a99d4d99e7276e913aec22c1bff558
parent86a2324ee0c48b7fa5f02deea78db73d72b5381b (diff)
mb/google/guybrush: Enable console UART
BUG=b:180530492 TEST=builds Signed-off-by: Mathew King <mathewk@chromium.org> Change-Id: I468d76d0e061431bc819ec12978203614bfe72b4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50919 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/guybrush/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig
index e96b4dcf5f..bd4848ca88 100644
--- a/src/mainboard/google/guybrush/Kconfig
+++ b/src/mainboard/google/guybrush/Kconfig
@@ -7,6 +7,7 @@ if BOARD_GOOGLE_BASEBOARD_GUYBRUSH
config BOARD_SPECIFIC_OPTIONS
def_bool y
+ select AMD_SOC_CONSOLE_UART
select BOARD_ROMSIZE_KB_16384
select MAINBOARD_HAS_CHROMEOS
select SOC_AMD_CEZANNE