The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_GPIO_NRF_INIT_PRIORITY

nRF GPIO initialization priority

Type: int

Help

Initialization priority for nRF GPIO.

Direct dependencies

GPIO_NRFX && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • 40

Kconfig definition

At drivers/gpio/Kconfig.nrfx:14

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

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

config GPIO_NRF_INIT_PRIORITY
    int "nRF GPIO initialization priority"
    default 40
    depends on GPIO_NRFX && GPIO
    help
      Initialization priority for nRF GPIO.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)