1# Nuvoton NuMaker USB-C VBUS device configuration options
2
3# Copyright (c) 2024 Nuvoton Technology Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config USBC_VBUS_NUMAKER
7	bool "Nuvoton NuMaker USB-C VBUS"
8	default y
9	depends on DT_HAS_NUVOTON_NUMAKER_VBUS_ENABLED && USBC_TCPC_NUMAKER
10	select PINCTRL
11	help
12	  Enable USB-C VBUS support for Nuvoton NuMaker chip with UTCPD.
13