CONFIG_MODEM_UBLOX_SARA_R4_INIT_PRIORITY

u-blox SARA-R4 driver init priority

Type: int

Help

u-blox SARA-R4 device driver initialization priority. Do not mess with it unless you know what you are doing. Note that the priority needs to be lower than the net stack so that it can start before the networking sub-system.

Direct dependencies

MODEM_UBLOX_SARA && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • 80

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:89

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:82<Zephyr>/drivers/modem/Kconfig:136

Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver

config MODEM_UBLOX_SARA_R4_INIT_PRIORITY
    int "u-blox SARA-R4 driver init priority"
    default 80
    depends on MODEM_UBLOX_SARA && MODEM
    help
      u-blox SARA-R4 device driver initialization priority.
      Do not mess with it unless you know what you are doing.
      Note that the priority needs to be lower than the net stack
      so that it can start before the networking sub-system.

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