summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/tcss/Kconfig
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2021-03-24 09:59:51 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-03-28 16:04:33 +0000
commit5de0897671f0c93815ed9de38fc720337e9dade6 (patch)
tree55208efda53bd394be156fed43bf48b0a561d132 /src/soc/intel/common/block/tcss/Kconfig
parenteb6ebc025ed5de4985ef756efe38917fca827981 (diff)
downloadcoreboot-5de0897671f0c93815ed9de38fc720337e9dade6.tar.gz
coreboot-5de0897671f0c93815ed9de38fc720337e9dade6.tar.bz2
coreboot-5de0897671f0c93815ed9de38fc720337e9dade6.zip
soc/intel/common/tcss: Rename TCSS_DISPLAY
This name isn't very meaningful, rename the config option to ENABLE_TCSS_DISPLAY_DETECTION to make its meaning more obvious. Change-Id: Ib21a3b5a37d25f93bd515f8c6e5ad39c9d2ea1c4 Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51771 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/tcss/Kconfig')
-rw-r--r--src/soc/intel/common/block/tcss/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/tcss/Kconfig b/src/soc/intel/common/block/tcss/Kconfig
index f35390178e1d..3eb093161138 100644
--- a/src/soc/intel/common/block/tcss/Kconfig
+++ b/src/soc/intel/common/block/tcss/Kconfig
@@ -3,8 +3,8 @@ config SOC_INTEL_COMMON_BLOCK_TCSS
help
Sets up USB2/3 port mapping in TCSS MUX and sets MUX to disconnect state
-config TCSS_DISPLAY
- bool "Enable early TCSS display"
+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
help
Enable displays to be detected over Type-C ports during boot.