CONFIG_MODEM_HL7800_INIT_PRIORITY¶
HL7800 driver init priority
Type: int
Help¶
HL7800 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.
Default¶
- 80 
Kconfig definition¶
At <Zephyr Driver>/modem/Kconfig.hl7800:260
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:84 → <Zephyr Driver>/modem/Kconfig:146
Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver
config MODEM_HL7800_INIT_PRIORITY
    int "HL7800 driver init priority"
    default 80
    depends on MODEM_HL7800 && MODEM
    help
      HL7800 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.)