:orphan: .. title:: CONFIG_MODEM_HL7800_BOOT_DELAY .. kconfig:: CONFIG_MODEM_HL7800_BOOT_DELAY CONFIG_MODEM_HL7800_BOOT_DELAY ############################## *Delay secondary initialization of driver and network attach* Type: ``bool`` Help ==== .. code-block:: none When true the application must call mdm_hl7800_reset. This mode delays the validity of modem info. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/modem/Kconfig.hl7800:280`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:146`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Modem Boot Type .. code-block:: kconfig config MODEM_HL7800_BOOT_DELAY bool "Delay secondary initialization of driver and network attach" depends on 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.)*