The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LORA_INIT_PRIORITY

LoRa initialization priority

Type: int

Help

System initialization priority for LoRa drivers.

Direct dependencies

LORA

(Includes any dependencies from ifs and menus.)

Default

  • 90

Kconfig definition

At drivers/lora/Kconfig:29

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:12

Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL]

config LORA_INIT_PRIORITY
    int "LoRa initialization priority"
    default 90
    depends on LORA
    help
      System initialization priority for LoRa drivers.

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