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>
12 lines
307 B
Text
12 lines
307 B
Text
# NuMicro GPIO configuration options
|
|
|
|
# Copyright (c) 2022 SEAL AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_NUMICRO
|
|
bool "Nuvoton NuMicro GPIO driver"
|
|
default y
|
|
select PINCTRL
|
|
depends on DT_HAS_NUVOTON_NUMICRO_GPIO_ENABLED
|
|
help
|
|
Enable the GPIO driver for the NuMicro family of processors.
|