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