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 select PINCTRL 10 depends on DT_HAS_NUVOTON_NUMICRO_GPIO_ENABLED 11 help 12 Enable the GPIO driver for the NuMicro family of processors. 13