CONFIG_BOARD_INIT_PRIORITY

Board initialization priority

Type: int

Help

Board initialization priority. The board initialization must take place after the GPIO driver is initialized.

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.

Help

Board initialization priority.

Kconfig definitions

At <Zephyr>/boards/arm/arty/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int "Board initialization priority"
    default 50
    depends on n
    help
      Board initialization priority. The board initialization must take
      place after the GPIO driver is initialized.

At <Zephyr>/boards/arm/efm32gg_stk3701a/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on BOARD_EFM32GG_STK3701A && GPIO
    help
      Board initialization priority. This must be bigger than
      GPIO_GECKO_COMMON_INIT_PRIORITY.

At <Zephyr>/boards/arm/efm32hg_slstk3400a/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on BOARD_EFM32HG_SLSTK3400A && GPIO
    help
      Board initialization priority. This must be bigger than
      GPIO_GECKO_COMMON_INIT_PRIORITY.

At <Zephyr>/boards/arm/efm32pg_stk3402a/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on (BOARD_EFM32PG_STK3402A || BOARD_EFM32PG_STK3402A_JG) && GPIO
    help
      Board initialization priority. This must be bigger than
      GPIO_GECKO_COMMON_INIT_PRIORITY.

At <Zephyr>/boards/arm/efm32wg_stk3800/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on BOARD_EFM32WG_STK3800 && GPIO
    help
      Board initialization priority. This must be bigger than
      GPIO_GECKO_COMMON_INIT_PRIORITY.

At <Zephyr>/boards/arm/efr32_radio/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on BOARD_EFR32_RADIO
    help
      Board initialization priority. This must be bigger than
      GPIO_GECKO_COMMON_INIT_PRIORITY.

At <Zephyr>/boards/arm/efr32mg_sltb004a/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on BOARD_EFR32MG_SLTB004A
    help
      Board initialization priority. This must be bigger than
      GPIO_GECKO_COMMON_INIT_PRIORITY.

At <Zephyr>/boards/arm/quick_feather/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_INIT_PRIORITY
    int
    default KERNEL_INIT_PRIORITY_DEFAULT
    help
      Board initialization priority.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)