1# USB-C TCPCI VBUS device configuration options 2 3# Copyright 2024 Google LLC 4# SPDX-License-Identifier: Apache-2.0 5 6config USBC_VBUS_TCPCI 7 bool "USB-C VBUS TCPCI" 8 select USBC_TCPC_TCPCI 9 default y 10 depends on DT_HAS_ZEPHYR_USB_C_VBUS_TCPCI_ENABLED 11 help 12 Measure VBUS using the TCPC chip compliant to TCPCI 13