CONFIG_GPIO_NCT38XX_INTERRUPT

NCT38XX GPIO interrupt

Type: bool

Help

Enable interrupt support in NCT38XX driver.

Direct dependencies

GPIO_NCT38XX && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Driver>/gpio/Kconfig.nct38xx:28

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:36<Driver>/gpio/Kconfig:118

Menu path: (Top) → Device Drivers → GPIO Drivers → NCT38XX I2C-based GPIO chip

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.)