:orphan: .. title:: CONFIG_GPIO_PCA95XX_INTERRUPT .. kconfig:: CONFIG_GPIO_PCA95XX_INTERRUPT CONFIG_GPIO_PCA95XX_INTERRUPT ############################# *Interrupt enable* Type: ``bool`` Help ==== .. code-block:: none Enable interrupt support in PCA95XX driver. Note that the PCA95XX cannot reliably detect short-pulse interrupts due to its design. Direct dependencies =================== \ :kconfig:`GPIO_PCA95XX ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.pca95xx:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:28`` Menu path: (Top) → Device Drivers → GPIO Drivers → PCA95XX I2C-based GPIO chip .. code-block:: kconfig config GPIO_PCA95XX_INTERRUPT bool "Interrupt enable" default n depends on GPIO_PCA95XX && GPIO help Enable interrupt support in PCA95XX driver. Note that the PCA95XX cannot reliably detect short-pulse interrupts due to its design. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*