:orphan: .. title:: BOARD_INIT_PRIORITY .. option:: CONFIG_BOARD_INIT_PRIORITY *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. Help ==== Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. Help ==== Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. Help ==== Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. Help ==== Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. Help ==== Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`BOARD_EFM32GG_STK3701A `) || (\ :option:`GPIO ` && \ :option:`BOARD_EFM32HG_SLSTK3400A `) || (\ :option:`GPIO ` && (\ :option:`BOARD_EFM32PG_STK3402A ` || \ :option:`BOARD_EFM32PG_STK3402A_JG `)) || (\ :option:`GPIO ` && \ :option:`BOARD_EFM32WG_STK3800 `) || (\ :option:`GPIO ` && \ :option:`BOARD_EFR32_SLWSTK6061A `) || \ :option:`BOARD_EFR32MG_SLTB004A ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` - \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` - \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` - \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` - \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` - \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/efm32gg_stk3701a/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_INIT_PRIORITY int default \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` depends on \ :option:`GPIO ` && \ :option:`BOARD_EFM32GG_STK3701A ` help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. ---- At ``boards/arm/efm32hg_slstk3400a/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_INIT_PRIORITY int default \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` depends on \ :option:`GPIO ` && \ :option:`BOARD_EFM32HG_SLSTK3400A ` help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. ---- At ``boards/arm/efm32pg_stk3402a/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_INIT_PRIORITY int default \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` depends on \ :option:`GPIO ` && (\ :option:`BOARD_EFM32PG_STK3402A ` || \ :option:`BOARD_EFM32PG_STK3402A_JG `) help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. ---- At ``boards/arm/efm32wg_stk3800/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_INIT_PRIORITY int default \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` depends on \ :option:`GPIO ` && \ :option:`BOARD_EFM32WG_STK3800 ` help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. ---- At ``boards/arm/efr32_slwstk6061a/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_INIT_PRIORITY int default \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` depends on \ :option:`GPIO ` && \ :option:`BOARD_EFR32_SLWSTK6061A ` help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. ---- At ``boards/arm/efr32mg_sltb004a/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_INIT_PRIORITY int default \ :option:`KERNEL_INIT_PRIORITY_DEFAULT ` depends on \ :option:`BOARD_EFR32MG_SLTB004A ` help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*