summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLean Sheng Tan <sheng.tan@9elements.com>2022-07-19 17:01:36 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-20 20:25:46 +0000
commita91821b677b0162e07f0f4e31b738d46992dccaf (patch)
tree20eccdeec1c2f3237717af7bc30aa3ad9736f65c
parent281a55e9036dd4c842f715e905d9e69f57eb0ddf (diff)
downloadcoreboot-a91821b677b0162e07f0f4e31b738d46992dccaf.tar.gz
coreboot-a91821b677b0162e07f0f4e31b738d46992dccaf.tar.bz2
coreboot-a91821b677b0162e07f0f4e31b738d46992dccaf.zip
mb/prodrive/atlas: Swtich from EC UART to LPSS UART
Switch x86 uart output from EC to LPSS. Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com> Change-Id: I2756d139a72185ba6a5c6d1079d770ce33afdf71 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65985 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig
index a9658f6bc336..d6fd5e7cc9fe 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