Prechádzať zdrojové kódy

qcacld-3.0: Enable DPTRACE for perf and production builds

Enable DPTRACE for perf and production builds.

Change-Id: I2aebe9279fb8e3c4a56364e7897f4a4f7402213e
CRs-Fixed: 2047043
Himanshu Agarwal 8 rokov pred
rodič
commit
bfa44c2036
2 zmenil súbory, kde vykonal 0 pridanie a 13 odobranie
  1. 0 9
      Kbuild
  2. 0 4
      Kconfig

+ 0 - 9
Kbuild

@@ -79,13 +79,6 @@ ifeq ($(KERNEL_BUILD), 0)
 		else
 			CONFIG_FEATURE_PKTLOG := y
 		endif
-		ifeq ($(CONFIG_SLUB_DEBUG_ON),y)
-			CONFIG_FEATURE_DP_TRACE := y
-		else
-			ifeq ($(findstring perf,$(KERNEL_DEFCONFIG)),)
-				CONFIG_FEATURE_DP_TRACE := y
-			endif
-		endif
 	endif
 
 	#Flag to enable Legacy Fast Roaming2(LFR2)
@@ -1617,9 +1610,7 @@ ifeq ($(CONFIG_FEATURE_PKTLOG), y)
 CDEFINES +=     -DFEATURE_PKTLOG
 endif
 
-ifeq ($(CONFIG_FEATURE_DP_TRACE), y)
 CDEFINES +=	-DFEATURE_DP_TRACE
-endif
 
 ifeq ($(CONFIG_WLAN_NAPI), y)
 CDEFINES += -DFEATURE_NAPI

+ 0 - 4
Kconfig

@@ -124,10 +124,6 @@ config QCACLD_WLAN_LFR2
 	bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
 	default n
 
-config FEATURE_DP_TRACE
-	bool "Enable data path trace feature"
-	default n
-
 config WLAN_FEATURE_DISA
 	bool "Enable DISA certification feature"
 	default n