diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-02-17 14:54:46 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-26 00:18:40 +0000 |
commit | 4b2e04a53bf6b4efc9354793bb10312bc7f77baa (patch) | |
tree | 8ebda2b9a7838a51254782a4d8ce4849fe6272ee /src/mainboard/google/skyrim/Kconfig | |
parent | eab1827b66152fbef3dc9f8974bb5fa4a342d08d (diff) |
mb/google/skyrim: Enable console UART
BUG=b:214414501
TEST=builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: I053909ab73c1aa053f35a505b37571ff23adde89
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62147
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 5f5b8b5226..c5b81f79c9 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -16,6 +16,7 @@ config AMD_FWM_POSITION_INDEX config BOARD_SPECIFIC_OPTIONS def_bool y + select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_ESPI |