CONFIG_MODEM_QUECTEL_BG9X_INIT_PRIORITY

quectel BG9X driver init priority

Type: int

Help

quectel BG9X 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

(Includes any dependencies from ifs and menus.)

Default

  • 80

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.quectel-bg9x:56

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

Menu path: (Top) → Device Drivers → Modem Drivers

config MODEM_QUECTEL_BG9X_INIT_PRIORITY
    int "quectel BG9X driver init priority"
    default 80
    depends on MODEM
    help
      quectel BG9X 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.)