:orphan: .. title:: choice: Modem Boot Type .. _choice_452: .. describe:: choice: Modem Boot Type *Modem Boot Type* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MODEM_HL7800 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MODEM_HL7800_BOOT_NORMAL ` Choice options ============== - \ :kconfig:`MODEM_HL7800_BOOT_NORMAL ` - \ :kconfig:`MODEM_HL7800_BOOT_DELAY ` - \ :kconfig:`MODEM_HL7800_BOOT_IN_AIRPLANE_MODE ` Kconfig definition ================== At ``/modem/Kconfig.hl7800:273`` 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 .. code-block:: kconfig choice bool "Modem Boot Type" default MODEM_HL7800_BOOT_NORMAL depends on MODEM_HL7800 && MODEM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*