:orphan: .. title:: NPCX_MIWU .. option:: CONFIG_NPCX_MIWU *Nuvoton NPCX embedded controller (EC) miwu driver* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/interrupt_controller/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:67`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*