CONFIG_GPIO_SX1509B_INTERRUPT
Interrupt enable
Type: bool
Help
Enable support for interrupts on GPIO pins.
Direct dependencies
GPIO_SX1509B
&& GPIO
(Includes any dependencies from ifs and menus.)
Default
n
Kconfig definition
At <Zephyr>/drivers/gpio/Kconfig.sx1509b:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:36
→ <Zephyr>/drivers/gpio/Kconfig:68
Menu path: (Top) → Device Drivers → GPIO Drivers → SX1509B I2C GPIO chip
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.)