1# NUMAKER GPIO driver configuration options
2
3# Copyright (c) 2023 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_NUMAKER
7	bool "Nuvoton NUMAKER MCU gpio driver"
8	default y
9	select HAS_NUMAKER_GPIO
10	depends on DT_HAS_NUVOTON_NUMAKER_GPIO_ENABLED
11	help
12	  This option enables the GPIO driver for Nuvoton NUMAKER family of
13	  processors.
14