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

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

<choice: Modem Boot Type>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/modem/Kconfig.hl7800:280

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:84drivers/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.)