1a5e2c9c13
A USB-C VBUS driver will be used to measure VBUS instead of accessing the measurement hardware directly. Signed-off-by: Sam Hurst <sbh1187@gmail.com>
5 lines
145 B
CMake
5 lines
145 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_ifdef(CONFIG_USBC_TCPC_DRIVER tcpc)
|
|
add_subdirectory_ifdef(CONFIG_USBC_VBUS_DRIVER vbus)
|