:orphan: .. title:: choice: nRF GPIO edge interrupts mechanism .. _choice_172: .. describe:: choice: nRF GPIO edge interrupts mechanism *nRF GPIO edge interrupts mechanism* Type: ``bool`` Direct dependencies =================== \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`GPIO_NRF_INT_EDGE_USING_GPIOTE ` Choice options ============== - \ :option:`GPIO_NRF_INT_EDGE_USING_GPIOTE ` - \ :option:`GPIO_NRF_INT_EDGE_USING_SENSE ` Kconfig definition ================== At ``/gpio/Kconfig.nrfx:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:40`` Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver .. code-block:: kconfig choice bool "nRF GPIO edge interrupts mechanism" default GPIO_NRF_INT_EDGE_USING_GPIOTE depends on GPIO_NRFX && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*