Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb6cc738 authored by Srikanth Marepalli's avatar Srikanth Marepalli
Browse files

qcacld-3.0: Introduce a new flag to enable the low power mode

This change enables the CONFIG_ENABLE_LOW_POWER_MODE
based on the new flag added for the talos target.
This Low power config enabled the Deep Sleep / Hibernate
feature in WLAN.

Change-Id: Ied9a52d3b225957d0c3121df50bcd43d0ce7c7fc
CRs-Fixed: 3219080
parent e1cf74ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1240,3 +1240,7 @@ endif
endif

CONFIG_WLAN_FEATURE_CAL_FAILURE_TRIGGER := y

ifeq ($(CONFIG_CNSS_SM6150), y)
CONFIG_ENABLE_LOW_POWER_MODE := y
endif