:orphan: .. title:: GPIO_NRF_INIT_PRIORITY .. option:: CONFIG_GPIO_NRF_INIT_PRIORITY *nRF GPIO initialization priority* Type: ``int`` Help ==== .. code-block:: none Initialization priority for nRF GPIO. Direct dependencies =================== \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== At ``/gpio/Kconfig.nrfx:14`` 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 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.)*