:orphan: .. title:: GPIO_NRF_INIT_PRIORITY .. option:: CONFIG_GPIO_NRF_INIT_PRIORITY *nRF GPIO initialization priority* Type: ``int`` Help ==== Initialization priority for nRF GPIO. Direct dependencies =================== \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.nrfx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:40`` Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver .. parsed-literal:: config GPIO_NRF_INIT_PRIORITY int "nRF GPIO initialization priority" default 40 depends on \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` help Initialization priority for nRF GPIO. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*