From 2597dc10d61f03ef336a86d190d8c906e8e12ef3 Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Mon, 19 Jul 2021 02:05:08 -0700 Subject: mb/intel/ehlcrb: Select LPSS console by default Select `INTEL_LPSS_UART_FOR_CONSOLE` to allow using PCH UART 2 as coreboot console. Also, simplify `UART_FOR_CONSOLE` defaults. Signed-off-by: Lean Sheng Tan Change-Id: I853777116fc541e5dc31f3ca8673f8bf66c7c9e1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56423 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/intel/elkhartlake_crb/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/intel/elkhartlake_crb') diff --git a/src/mainboard/intel/elkhartlake_crb/Kconfig b/src/mainboard/intel/elkhartlake_crb/Kconfig index 0f880b5776..153bfd2a6f 100644 --- a/src/mainboard/intel/elkhartlake_crb/Kconfig +++ b/src/mainboard/intel/elkhartlake_crb/Kconfig @@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_SPD_IN_CBFS select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES + select INTEL_LPSS_UART_FOR_CONSOLE select SOC_INTEL_ELKHARTLAKE config MAINBOARD_DIR @@ -40,7 +41,6 @@ config VBOOT config UART_FOR_CONSOLE int - default 2 if INTEL_LPSS_UART_FOR_CONSOLE - default 0 + default 2 endif -- cgit v1.2.3