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 SOC_FAMILY_NPCX
10	help
11	  This option enables the Multi-Input Wake-Up Unit (MIWU) driver
12	  for NPCX family ofprocessors.
13	  This is required for GPIO, RTC, LPC/eSPI interrupt support.
14