:orphan: .. title:: CONFIG_GPIO_SX1509B_INTERRUPT .. kconfig:: CONFIG_GPIO_SX1509B_INTERRUPT CONFIG_GPIO_SX1509B_INTERRUPT ############################# *Interrupt enable* Type: ``bool`` Help ==== .. code-block:: none Enable support for interrupts on GPIO pins. Direct dependencies =================== \ :kconfig:`GPIO_SX1509B ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.sx1509b:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:60`` Menu path: (Top) → Device Drivers → GPIO Drivers → SX1509B I2C GPIO chip .. code-block:: kconfig config GPIO_SX1509B_INTERRUPT bool "Interrupt enable" default n depends on GPIO_SX1509B && GPIO help Enable support for interrupts on GPIO pins. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*