8577bb3e84
This commit adds a GPIO driver for the Nuvoton NuMicro family of processors. Signed-off-by: Filip Brozovic <fbrozovic@gmail.com>
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
# 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
|
|
depends on DT_HAS_NUVOTON_NUMICRO_GPIO_ENABLED
|
|
help
|
|
Enable the GPIO driver for the NuMicro family of processors.
|