qcacld-3.0: Enable Metering feature

Enable Data Metering feature in WLAN host driver for SDM845 and SDM670.

Change-Id: If720e40dd299d70b1a6300f56444855ae0f6fc64
CRs-Fixed: 2149525
diff --git a/Kbuild b/Kbuild
index fc28afb..0be6333 100644
--- a/Kbuild
+++ b/Kbuild
@@ -107,6 +107,14 @@
 	CONFIG_QCACLD_FEATURE_METERING := y
 	endif
 
+	ifeq ($(CONFIG_ARCH_SDM845), y)
+	CONFIG_QCACLD_FEATURE_METERING := y
+	endif
+
+	ifeq ($(CONFIG_ARCH_SDM670), y)
+	CONFIG_QCACLD_FEATURE_METERING := y
+	endif
+
 	#Flag to enable Fast Transition (11r) feature
 	CONFIG_QCOM_VOWIFI_11R := y