:orphan: .. title:: choice: Low Power Mode .. _choice_367: .. describe:: choice: Low Power Mode *Low Power Mode* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MODEM_HL7800_LOW_POWER_MODE ` && \ :kconfig:`MODEM_HL7800 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MODEM_HL7800_EDRX ` Choice options ============== - \ :kconfig:`MODEM_HL7800_EDRX ` - \ :kconfig:`MODEM_HL7800_PSM ` Kconfig definition ================== At ``/modem/Kconfig.hl7800:197`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:147`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Enable low power modes .. code-block:: kconfig choice bool "Low Power Mode" default MODEM_HL7800_EDRX depends on MODEM_HL7800_LOW_POWER_MODE && MODEM_HL7800 && MODEM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*