summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2016-09-28 15:58:55 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-10-04 12:07:01 -0700
commita6300253f022197bee27e1d62eb4671a90ba404d (patch)
tree666a75433bc93f45a8ed22388585663f29e2d515 /Kbuild
parentb491af8d70635e55659ce6f9f952c519fe0ec34c (diff)
downloadqcacld-a6300253f022197bee27e1d62eb4671a90ba404d.tar.gz
qcacld-3.0: Enable Green AP feature on msmcobalt
Currently the Green AP feature is only enabled on mobile router platforms. Enable it on the msmcobalt platform as well. Change-Id: Ib5000b2201cc2c7bd88e3d322b186afcdb0a72e3 CRs-Fixed: 1072412
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 3fc0b72274..90b5a8e59c 100644
--- a/Kbuild
+++ b/Kbuild
@@ -99,6 +99,9 @@ ifeq ($(KERNEL_BUILD), 0)
ifeq ($(CONFIG_MOBILE_ROUTER), y)
CONFIG_QCACLD_FEATURE_GREEN_AP := y
endif
+ ifeq ($(CONFIG_ARCH_MSMCOBALT), y)
+ CONFIG_QCACLD_FEATURE_GREEN_AP := y
+ endif
#Flag to enable Fast Transition (11r) feature
CONFIG_QCOM_VOWIFI_11R := y