summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig.usbc8
1 files changed, 7 insertions, 1 deletions
diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc
index 0aba52c182..65686ccc79 100644
--- a/zephyr/Kconfig.usbc
+++ b/zephyr/Kconfig.usbc
@@ -392,9 +392,15 @@ config PLATFORM_EC_USB_PD_VBUS_MEASURE_TCPC
config PLATFORM_EC_USB_PD_VBUS_MEASURE_ADC_EACH_PORT
bool "VBUS on each port is measured using an ADC channel"
help
- Enable this is there is a separate ADC channel for each USB-C VBUS
+ Enable this if there is a separate ADC channel for each USB-C VBUS
voltage.
+config PLATFORM_EC_USB_PD_VBUS_MEASURE_BY_BOARD
+ bool "VBUS on each port is measured per board specific"
+ help
+ Enable this if there are different VBUS measurement approaches on
+ the board, and also `board_get_vbus_voltage()` has to be implemented.
+
endchoice # Measuring VBUS voltage
config PLATFORM_EC_USBC_VCONN