You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
430 B
14 lines
430 B
# Nuvoton NuMaker USB-C TCPC device configuration options |
|
|
|
# Copyright (c) 2024 Nuvoton Technology Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config USBC_TCPC_NUMAKER |
|
bool "Nuvoton NuMaker USB-C TCPC device controller driver" |
|
default y |
|
select HAS_NUMAKER_ADC |
|
select HAS_NUMAKER_TMR |
|
select PINCTRL |
|
depends on DT_HAS_NUVOTON_NUMAKER_TCPC_ENABLED |
|
help |
|
Enable USB-C TCPC support for Nuvoton NuMaker chip with UTCPD.
|
|
|