CONFIG_MODEM_HL7800_BOOT_DELAY¶
Delay secondary initialization of driver and network attach
Type: bool
Help¶
When true the application must call mdm_hl7800_reset.
This mode delays the validity of modem info.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At drivers/modem/Kconfig.hl7800:280
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:84
→ drivers/modem/Kconfig:146
Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Modem Boot Type
config MODEM_HL7800_BOOT_DELAY
bool "Delay secondary initialization of driver and network attach"
depends on <choice>
help
When true the application must call mdm_hl7800_reset.
This mode delays the validity of modem info.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)