:orphan: .. title:: choice: nRF GPIO edge interrupts mechanism .. _choice_303: .. describe:: choice: nRF GPIO edge interrupts mechanism *nRF GPIO edge interrupts mechanism* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO_NRFX ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`GPIO_NRF_INT_EDGE_USING_GPIOTE ` Choice options ============== - \ :kconfig:`GPIO_NRF_INT_EDGE_USING_GPIOTE ` - \ :kconfig:`GPIO_NRF_INT_EDGE_USING_SENSE ` Kconfig definition ================== At ``/gpio/Kconfig.nrfx:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:42`` 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.)*