diff options
author | zhaojohn <john.zhao@intel.com> | 2022-09-20 08:18:45 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-19 15:09:52 +0000 |
commit | 1d903a24dcb56b141df96314290ad9e23ec1594f (patch) | |
tree | 8923e6e7250a36e39a0a3a76f237cf8f88cb0902 /src | |
parent | 7e0b925162201060dc49e7e46b0715151d890583 (diff) |
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 <john.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67742
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |