:orphan: .. title:: CONFIG_GPIO_GECKO_COMMON_INIT_PRIORITY .. kconfig:: CONFIG_GPIO_GECKO_COMMON_INIT_PRIORITY CONFIG_GPIO_GECKO_COMMON_INIT_PRIORITY ###################################### *Common initialization priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`GPIO_GECKO ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 39 Kconfig definition ================== At ``/gpio/Kconfig.gecko:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:54`` Menu path: (Top) → Device Drivers → GPIO Drivers → Gecko GPIO driver .. code-block:: kconfig config GPIO_GECKO_COMMON_INIT_PRIORITY int "Common initialization priority" default 39 depends on GPIO_GECKO && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*