From a91821b677b0162e07f0f4e31b738d46992dccaf Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Tue, 19 Jul 2022 17:01:36 +0200 Subject: [PATCH] mb/prodrive/atlas: Swtich from EC UART to LPSS UART Switch x86 uart output from EC to LPSS. Signed-off-by: Lean Sheng Tan Change-Id: I2756d139a72185ba6a5c6d1079d770ce33afdf71 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65985 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/prodrive/atlas/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index a9658f6bc3..d6fd5e7cc9 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -1,7 +1,7 @@ config BOARD_PRODRIVE_ATLAS_BASEBOARD def_bool n select BOARD_ROMSIZE_KB_32768 - select DRIVERS_UART_8250IO + select INTEL_LPSS_UART_FOR_CONSOLE select EC_ACPI select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES