:orphan: .. title:: CONFIG_GPIO_NCT38XX_INTERRUPT .. kconfig:: CONFIG_GPIO_NCT38XX_INTERRUPT CONFIG_GPIO_NCT38XX_INTERRUPT ############################# *NCT38XX GPIO interrupt* Type: ``bool`` Help ==== .. code-block:: none Enable interrupt support in NCT38XX driver. Direct dependencies =================== \ :kconfig:`GPIO_NCT38XX ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig.nct38xx:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:118`` Menu path: (Top) → Device Drivers → GPIO Drivers → NCT38XX I2C-based GPIO chip .. code-block:: kconfig config GPIO_NCT38XX_INTERRUPT bool "NCT38XX GPIO interrupt" depends on GPIO_NCT38XX && GPIO help Enable interrupt support in NCT38XX driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*