:orphan: .. title:: NPCX_MIWU .. option:: 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. Direct dependencies =================== \ :option:`SOC_FAMILY_NPCX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:67`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config NPCX_MIWU bool "Nuvoton NPCX embedded controller (EC) miwu driver" default y depends on \ :option:`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.)*