summaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorVarshit Pandya <pandyavarshit@gmail.com>2023-10-06 18:14:43 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-10-11 17:49:49 +0000
commitec27898f75cb45f27dd8b1a2c2d31de6987cb8c1 (patch)
tree5afe4fecf8470617127dbd6f80d31c8f227ad112 /src/mainboard/amd
parent970d7701c77f7d2f3b9691bc2644b2812caa1228 (diff)
mb/amd/onyx: use AMD SoC UART
Change-Id: I79ebbcc6a4a3a93e8437ef56aebdcf72f9a3e6ab Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78267 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/onyx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig
index 21c8c8519c..ebefa5cacf 100644
--- a/src/mainboard/amd/onyx/Kconfig
+++ b/src/mainboard/amd/onyx/Kconfig
@@ -4,6 +4,7 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select SOC_AMD_GENOA
select BOARD_ROMSIZE_KB_32768
+ select AMD_SOC_CONSOLE_UART
config FMDFILE
default "src/mainboard/amd/onyx/board.fmd"