Jérémy Compostella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69756 )
Change subject: [RFC] Remove dependency on RUN_FSP_GOP ......................................................................
[RFC] Remove dependency on RUN_FSP_GOP
Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com Change-Id: I58cc0660f5cebe8bcd4108929f6696d34b7f40c5 --- M src/soc/intel/common/block/tcss/Kconfig 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/69756/1
diff --git a/src/soc/intel/common/block/tcss/Kconfig b/src/soc/intel/common/block/tcss/Kconfig index 2e67913..7a0bacb 100644 --- a/src/soc/intel/common/block/tcss/Kconfig +++ b/src/soc/intel/common/block/tcss/Kconfig @@ -6,6 +6,6 @@
config ENABLE_TCSS_DISPLAY_DETECTION bool "Enable detection of displays over USB Type-C ports with TCSS" - depends on SOC_INTEL_COMMON_BLOCK_TCSS && RUN_FSP_GOP + depends on SOC_INTEL_COMMON_BLOCK_TCSS help Enable displays to be detected over Type-C ports during boot.