-
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.
Direct dependencies¶
(GPIO
&& BOARD_EFM32HG_SLSTK3400A
) || (GPIO
&& BOARD_EFM32PG_STK3402A
) || (GPIO
&& BOARD_EFM32WG_STK3800
) || (GPIO
&& BOARD_EFR32_SLWSTK6061A
) || BOARD_EFR32MG_SLTB004A
(Includes any dependencies from if’s and menus.)
Defaults¶
KERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFM32HG_SLSTK3400A
KERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFM32PG_STK3402A
KERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFM32WG_STK3800
KERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFR32_SLWSTK6061A
KERNEL_INIT_PRIORITY_DEFAULT
ifBOARD_EFR32MG_SLTB004A
Kconfig definitions¶
At boards/arm/efm32hg_slstk3400a/Kconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_INIT_PRIORITY int defaultKERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFM32HG_SLSTK3400A
depends onGPIO
&&BOARD_EFM32HG_SLSTK3400A
help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY.
At boards/arm/efm32pg_stk3402a/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_INIT_PRIORITY int defaultKERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFM32PG_STK3402A
depends onGPIO
&&BOARD_EFM32PG_STK3402A
help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY.
At boards/arm/efm32wg_stk3800/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_INIT_PRIORITY int defaultKERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFM32WG_STK3800
depends onGPIO
&&BOARD_EFM32WG_STK3800
help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY.
At boards/arm/efr32_slwstk6061a/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_INIT_PRIORITY int defaultKERNEL_INIT_PRIORITY_DEFAULT
ifGPIO
&&BOARD_EFR32_SLWSTK6061A
depends onGPIO
&&BOARD_EFR32_SLWSTK6061A
help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY.
At boards/arm/efr32mg_sltb004a/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_INIT_PRIORITY int defaultKERNEL_INIT_PRIORITY_DEFAULT
ifBOARD_EFR32MG_SLTB004A
depends onBOARD_EFR32MG_SLTB004A
help Board initialization priority. This must be bigger than GPIO_GECKO_COMMON_INIT_PRIORITY.
(Definitions include propagated dependencies, including from if’s and menus.)