1# NPCX GPIO driver configuration options 2 3# Copyright (c) 2020 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config NPCX_MIWU 7 bool "Nuvoton NPCX embedded controller (EC) miwu driver" 8 default y 9 depends on DT_HAS_NUVOTON_NPCX_MIWU_ENABLED 10 help 11 This option enables the Multi-Input Wake-Up Unit (MIWU) driver 12 for NPCX family of processors. 13 This is required for GPIO, RTC, LPC/eSPI interrupt support. 14