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