summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.usbc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.usbc')
-rw-r--r--zephyr/Kconfig.usbc8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc
index 3d2b13829f..f799a6cb05 100644
--- a/zephyr/Kconfig.usbc
+++ b/zephyr/Kconfig.usbc
@@ -541,6 +541,14 @@ config PLATFORM_EC_USB_PD_ALT_MODE
differential pairs. If all are used for the alternate mode, then USB
transmission is not available at all while in this mode.
+config PLATFORM_EC_USB_PD_REQUIRE_AP_MODE_ENTRY
+ bool "USB Power delivery requires AP to enter alternate modes"
+ depends on PLATFORM_EC_USB_PD_ALT_MODE
+ help
+ Do not enter USB PD alternate modes or USB4 automatically, Wait for
+ the AP to direct the EC to enter a mode. This requires AP software
+ support.
+
config PLATFORM_EC_USB_PD_ALT_MODE_DFP
bool "Downward Facing Port support"
default y