summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/Kconfig')
-rw-r--r--src/soc/intel/tigerlake/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig
index e1799145f6..afebc0f3c4 100644
--- a/src/soc/intel/tigerlake/Kconfig
+++ b/src/soc/intel/tigerlake/Kconfig
@@ -239,9 +239,14 @@ config PRERAM_CBMEM_CONSOLE_SIZE
hex
default 0x2000
+config EARLY_TCSS
+ bool "Enable early TCSS device Init"
+ help
+ Sets up USB2/3 port mapping in TCSS MUX and sets MUX to disconnect state
+
config EARLY_TCSS_DISPLAY
- bool "Enable early TCSS display"
- depends on RUN_FSP_GOP
+ bool "Enable early TCSS display" if EARLY_TCSS
+ depends on EARLY_TCSS && RUN_FSP_GOP
help
Enable displays to be detected over Type-C ports during boot.