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
387 B
Text
14 lines
387 B
Text
# NUMAKER GPIO driver configuration options
|
|
|
|
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_NUMAKER
|
|
bool "Nuvoton NUMAKER MCU gpio driver"
|
|
default y
|
|
select HAS_NUMAKER_GPIO
|
|
select PINCTRL
|
|
depends on DT_HAS_NUVOTON_NUMAKER_GPIO_ENABLED
|
|
help
|
|
This option enables the GPIO driver for Nuvoton NUMAKER family of
|
|
processors.
|