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
This commit is contained in:
Srikanth Marepalli
2022-06-13 12:29:33 +05:30
committed by Madan Koyyalamudi
parent 3769e0ab5d
commit a1e2a9be5a

View File

@@ -1542,3 +1542,7 @@ CONFIG_FEATURE_MCL_REPEATER := y
CONFIG_BYPASS_WDS_OL_OPS := y CONFIG_BYPASS_WDS_OL_OPS := y
CONFIG_WDS_CONV_TARGET_IF_OPS_ENABLE := y CONFIG_WDS_CONV_TARGET_IF_OPS_ENABLE := y
endif endif
ifeq ($(CONFIG_CNSS_SM6150), y)
CONFIG_ENABLE_LOW_POWER_MODE := y
endif