summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.usbc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.usbc')
-rw-r--r--zephyr/Kconfig.usbc30
1 files changed, 1 insertions, 29 deletions
diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc
index b3b101cd8d..5bd9c8a3ef 100644
--- a/zephyr/Kconfig.usbc
+++ b/zephyr/Kconfig.usbc
@@ -19,6 +19,7 @@ rsource "Kconfig.pd_int_shared"
rsource "Kconfig.pd_meas_vbus"
rsource "Kconfig.pd_frs"
rsource "Kconfig.pd_discharge"
+rsource "Kconfig.pd_vbus_detection"
if PLATFORM_EC_USBC
@@ -315,35 +316,6 @@ config PLATFORM_EC_USB_PD_DATA_RESET_MSG
mandatory for products supporting USB4 but optional for other PD 3.0
products.
-choice PLATFORM_EC_USB_PD_VBUS_DETECTION_TYPE
- prompt "Select the method to detect VBUS"
- default PLATFORM_EC_USB_PD_VBUS_DETECT_NONE
-
-config PLATFORM_EC_USB_PD_VBUS_DETECT_NONE
- bool "No way to detect VBUS"
- help
- Choose this option if it is not possible to detect VBUS. This causes
- the `check_vbus_level` function pointer in the driver struct to be NULL.
-
-config PLATFORM_EC_USB_PD_VBUS_DETECT_TCPC
- bool "TCPC detects VBUS"
- help
- Choose this option if the TCPC can detect the presence of VBUS
-
-config PLATFORM_EC_USB_PD_VBUS_DETECT_CHARGER
- bool "Charger detects VBUS"
- help
- Choose this option if the battery charger can detect the presence
- of VBUS
-
-config PLATFORM_EC_USB_PD_VBUS_DETECT_PPC
- bool "PPC detects VBUS"
- help
- Choose this option if the Power-Path Controller (PPC) can detect the
- presence of VBUS
-
-endchoice # PLATFORM_EC_USB_PD_VBUS_DETECTION_TYPE
-
config PLATFORM_EC_USB_TYPEC_SM
bool "Type-C (TC) physical-layer state machine"
default y