You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
# 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.
|
|
|