summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Kumar Dhanotiya <adhanoti@codeaurora.org>2017-03-16 16:13:32 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-17 12:06:01 -0700
commit0db9461f05ebd675d0bf7033ee450f44836e91e5 (patch)
treef96143f7e0369196915a52f4d1047ed85b8f0c7b
parent3d9c0bb48dca69999da7e8081a399ee3468e4e52 (diff)
qcacld-3.0: Enable GreenAp feature in Kbuild
GreenAp is not enabled in Kbuild. Enable GreenAp feature in Kbuild. Change-Id: Ia3ea7055de12361d37c6a0de1fca3db7087d3489 CRs-Fixed: 2019921
-rw-r--r--Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 3c07b413f00b..9c3a6b77d529 100644
--- a/Kbuild
+++ b/Kbuild
@@ -116,6 +116,7 @@ ifeq ($(KERNEL_BUILD), 0)
endif
ifeq ($(CONFIG_ARCH_SDM660), y)
+ CONFIG_QCACLD_FEATURE_GREEN_AP := y
CONFIG_QCACLD_FEATURE_METERING := y
endif