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