12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
# Nuvoton NuMaker USB-C VBUS device configuration options
|
|
|
|
# Copyright (c) 2024 Nuvoton Technology Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config USBC_VBUS_NUMAKER
|
|
bool "Nuvoton NuMaker USB-C VBUS"
|
|
default y
|
|
depends on DT_HAS_NUVOTON_NUMAKER_VBUS_ENABLED && USBC_TCPC_NUMAKER
|
|
help
|
|
Enable USB-C VBUS support for Nuvoton NuMaker chip with UTCPD.
|