diff options
| author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | 2017-03-16 16:13:32 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-17 12:06:01 -0700 |
| commit | 0db9461f05ebd675d0bf7033ee450f44836e91e5 (patch) | |
| tree | f96143f7e0369196915a52f4d1047ed85b8f0c7b | |
| parent | 3d9c0bb48dca69999da7e8081a399ee3468e4e52 (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-- | Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
