1# NuMicro GPIO configuration options
2
3# Copyright (c) 2022 SEAL AG
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_NUMICRO
7	bool "Nuvoton NuMicro GPIO driver"
8	default y
9	depends on DT_HAS_NUVOTON_NUMICRO_GPIO_ENABLED
10	help
11	  Enable the GPIO driver for the NuMicro family of processors.
12