:orphan: .. title:: CONFIG_GPIO_INIT_PRIORITY .. kconfig:: CONFIG_GPIO_INIT_PRIORITY CONFIG_GPIO_INIT_PRIORITY ######################### *GPIO init priority* Type: ``int`` Help ==== .. code-block:: none GPIO driver device initialization priority. Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`GPIO ` && \ :kconfig:`BOARD_EM_STARTERKIT `) || (\ :kconfig:`GPIO ` && \ :kconfig:`BOARD_EMSDP `) || (\ :kconfig:`GPIO ` && \ :kconfig:`BOARD_HSDK `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`GPIO ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 99 - 70 - 70 - 60 - 99 - 70 - \ :kconfig:`KERNEL_INIT_PRIORITY_DEFAULT ` Kconfig definitions =================== At ``/shields/lmp90100_evb/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config GPIO_INIT_PRIORITY int default 99 depends on GPIO && SHIELD_LMP90100_EVB ---- At ``/arc/em_starterkit/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_INIT_PRIORITY int default 70 depends on GPIO && BOARD_EM_STARTERKIT ---- At ``/arc/emsdp/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_INIT_PRIORITY int default 70 depends on GPIO && BOARD_EMSDP ---- At ``/arc/hsdk/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_INIT_PRIORITY int default 60 depends on GPIO && BOARD_HSDK ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_INIT_PRIORITY int default 99 depends on GPIO && SHIELD_LMP90100_EVB ---- At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_INIT_PRIORITY int default 70 depends on GPIO && BOARD_INTEL_S1000_CRB ---- At ``/gpio/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_INIT_PRIORITY int "GPIO init priority" default KERNEL_INIT_PRIORITY_DEFAULT depends on GPIO help GPIO driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*