CONFIG_NPCX_MIWU¶
Nuvoton NPCX embedded controller (EC) miwu driver
Type: bool
Help¶
This option enables the Multi-Input Wake-Up Unit (MIWU) driver
for NPCX family ofprocessors.
This is required for GPIO, RTC, LPC/eSPI interrupt support.
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/interrupt_controller/Kconfig.npcx:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:28 → <Zephyr Driver>/interrupt_controller/Kconfig:66
Menu path: (Top) → Device Drivers → Interrupt Controllers
config NPCX_MIWU
    bool "Nuvoton NPCX embedded controller (EC) miwu driver"
    default y
    depends on SOC_FAMILY_NPCX
    help
      This option enables the Multi-Input Wake-Up Unit (MIWU) driver
      for NPCX family ofprocessors.
      This is required for GPIO, RTC, LPC/eSPI interrupt support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)