1# USB-C VBUS device configuration options
2
3# Copyright 2022 The Chromium OS Authors
4# SPDX-License-Identifier: Apache-2.0
5
6config USBC_VBUS_ADC
7	bool "USB-C VBUS ADC"
8	default y
9	depends on DT_HAS_ZEPHYR_USB_C_VBUS_ADC_ENABLED
10	help
11	  Measure VBUS with an ADC through a voltage divider
12