:orphan: .. title:: CONFIG_GPIO_NRF_INT_EDGE_USING_GPIOTE .. kconfig:: CONFIG_GPIO_NRF_INT_EDGE_USING_GPIOTE CONFIG_GPIO_NRF_INT_EDGE_USING_GPIOTE ##################################### *Edge interrupts using GPIOTE* Type: ``bool`` Help ==== .. code-block:: none Enable GPIO edge interrupts implementation using GPIOTE events. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/gpio/Kconfig.nrfx:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:42`` Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver → nRF GPIO edge interrupts mechanism .. code-block:: kconfig config GPIO_NRF_INT_EDGE_USING_GPIOTE bool "Edge interrupts using GPIOTE" depends on help Enable GPIO edge interrupts implementation using GPIOTE events. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*