To remove CONFIG_PINCTRL from board side for numaker boards. The Drivers using Pinctrl should be turning Pinctrl on instead of the responsibility of the board. Fixes #78619 Signed-off-by: cyliang tw <cyliang@nuvoton.com>
14 lines
430 B
Text
14 lines
430 B
Text
# 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.
|