CONFIG_MODEM_HL7800_BOOT_IN_AIRPLANE_MODE

Enter airplane mode during init

Type: bool

Help

mdm_hl7800_set_functionality must be used by app to exit
airplane mode.
If bands are reconfigured, then this setting is overridden
because modem is rebooted into full functionality mode.

Direct dependencies

<choice: Modem Boot Type>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.hl7800:286

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_IN_AIRPLANE_MODE
    bool "Enter airplane mode during init"
    depends on <choice>
    help
      mdm_hl7800_set_functionality must be used by app to exit
      airplane mode.
      If bands are reconfigured, then this setting is overridden
      because modem is rebooted into full functionality mode.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)