From 1d903a24dcb56b141df96314290ad9e23ec1594f Mon Sep 17 00:00:00 2001 From: zhaojohn Date: Tue, 20 Sep 2022 08:18:45 -0700 Subject: [PATCH] mb/google/rex: Enable TCSS DisplayPort detection at preboot This change enables the DisplayPort detection at preboot for Rex board. BUG=b:247670186 TEST=Built image and validated DisplayPort feature at preboot on Rex. Change-Id: I1a8a13e937c7132696aa39d85c3c6b6fb2dd13a5 Signed-off-by: zhaojohn Reviewed-on: https://review.coreboot.org/c/coreboot/+/67742 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/rex/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 66e3591bb2..0db76ac186 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -27,6 +27,7 @@ config BOARD_GOOGLE_BASEBOARD_REX select BOARD_GOOGLE_REX_COMMON select DRIVERS_INTEL_PMC select DRIVERS_WWAN_FM350GL + select ENABLE_TCSS_DISPLAY_DETECTION if RUN_FSP_GOP select MAINBOARD_HAS_CHROMEOS select MEMORY_SOLDERDOWN select SOC_INTEL_METEORLAKE