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 <Zephyr>/drivers/modem/Kconfig.hl7800:280

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:84<Zephyr>/drivers/modem/Kconfig:147

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.)