zephyr/drivers/gpio/Kconfig.numicro
cyliang tw 355d032baa boards: nuvoton: numaker: Drop PINCTRL from board defconfig
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>
2024-11-20 08:23:58 -05:00

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.