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>
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
# Nuvoton NuMaker USB-C PPC device configuration options
|
|
|
|
# Copyright (c) 2024 Nuvoton Technology Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config USBC_PPC_NUMAKER
|
|
bool "Nuvoton NuMaker USB-C PPC"
|
|
default y
|
|
depends on DT_HAS_NUVOTON_NUMAKER_PPC_ENABLED && USBC_TCPC_NUMAKER
|
|
select PINCTRL
|
|
help
|
|
Enable USB-C PPC support for Nuvoton NuMaker chip with UTCPD.
|