:orphan: .. title:: CONFIG_NPCX_MIWU .. kconfig:: CONFIG_NPCX_MIWU 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 =================== \ :kconfig:`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:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:66`` 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.)*