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 <Zephyr>/drivers/gpio/Kconfig.nct38xx:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:36<Zephyr>/drivers/gpio/Kconfig:116

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