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