:orphan: .. title:: CONFIG_MODEM_HL7800_BOOT_IN_AIRPLANE_MODE .. kconfig:: CONFIG_MODEM_HL7800_BOOT_IN_AIRPLANE_MODE CONFIG_MODEM_HL7800_BOOT_IN_AIRPLANE_MODE ######################################### *Enter airplane mode during init* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/modem/Kconfig.hl7800:286`` 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_IN_AIRPLANE_MODE bool "Enter airplane mode during init" depends on 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.)*