Ver código fonte

qcacld-3.0: Enable METERING feature

Enable METERING feature

Change-Id: I4551e6eb6a660991fdaecc9725711c2216dfccdf
CRs-Fixed: 2247806
Yun Park 7 anos atrás
pai
commit
8da8db6903
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      Kbuild

+ 4 - 0
Kbuild

@@ -117,6 +117,10 @@ ifeq ($(KERNEL_BUILD), n)
 	CONFIG_QCACLD_FEATURE_METERING := y
 	endif
 
+	ifeq ($(CONFIG_ARCH_SM8150), y)
+	CONFIG_QCACLD_FEATURE_METERING := y
+	endif
+
 	ifeq ($(CONFIG_ARCH_SDM670), y)
 	CONFIG_QCACLD_FEATURE_METERING := y
 	endif