summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kbuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index c2088ad5e593..ae11c7480022 100644
--- a/Kbuild
+++ b/Kbuild
@@ -109,6 +109,14 @@ ifeq ($(KERNEL_BUILD), 0)
CONFIG_QCACLD_FEATURE_METERING := y
endif
+ ifeq ($(CONFIG_ARCH_SDM660), y)
+ CONFIG_QCACLD_FEATURE_METERING := y
+ endif
+
+ ifeq ($(CONFIG_ARCH_SDM630), y)
+ CONFIG_QCACLD_FEATURE_METERING := y
+ endif
+
#Flag to enable Fast Transition (11r) feature
CONFIG_QCOM_VOWIFI_11R := y