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.
|