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.
Kconfig definition¶
At <Zephyr Driver>/modem/Kconfig.hl7800:286
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:84
→ <Zephyr Driver>/modem/Kconfig:146
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.)