summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.pd_vbus_detection
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.pd_vbus_detection')
-rw-r--r--zephyr/Kconfig.pd_vbus_detection6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/Kconfig.pd_vbus_detection b/zephyr/Kconfig.pd_vbus_detection
index f3f410c9dc..019eca654a 100644
--- a/zephyr/Kconfig.pd_vbus_detection
+++ b/zephyr/Kconfig.pd_vbus_detection
@@ -5,10 +5,6 @@
if PLATFORM_EC_USBC
if PLATFORM_EC_USB_POWER_DELIVERY
-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
@@ -32,7 +28,5 @@ config PLATFORM_EC_USB_PD_VBUS_DETECT_PPC
Choose this option if the Power-Path Controller (PPC) can detect the
presence of VBUS
-endchoice # PLATFORM_EC_USB_PD_VBUS_DETECTION_TYPE
-
endif # PLATFORM_EC_USB_POWER_DELIVERY
endif # PLATFORM_EC_USBC