The latest development version of this page may be more current than this released 2.7.5 version.
choice: nRF GPIO edge interrupts mechanism

nRF GPIO edge interrupts mechanism

Type: bool

Direct dependencies

GPIO_NRFX && GPIO

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/gpio/Kconfig.nrfx:34

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:42

Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver

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.)