Browse Source

qcacld-3.0: Enable datapath config events history

Enable datapath config events history for debug builds.

Change-Id: If76a5592177ba844736a1ec01e82a8cbe20e408f
CRs-Fixed: 3379155
Rakesh Pillai 2 years ago
parent
commit
56c9e8a47c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Kbuild
  2. 1 0
      configs/default_defconfig

+ 1 - 0
Kbuild

@@ -4084,6 +4084,7 @@ cppflags-$(CONFIG_WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG) += -DWLAN_DP_DISABLE_TCL_CM
 cppflags-$(CONFIG_WLAN_DP_DISABLE_TCL_STATUS_SRNG) += -DWLAN_DP_DISABLE_TCL_STATUS_SRNG
 cppflags-$(CONFIG_DP_WAR_VALIDATE_RX_ERR_MSDU_COOKIE) += -DDP_WAR_VALIDATE_RX_ERR_MSDU_COOKIE
 cppflags-$(CONFIG_WLAN_DP_SRNG_USAGE_WM_TRACKING) += -DWLAN_DP_SRNG_USAGE_WM_TRACKING
+cppflags-$(CONFIG_WLAN_FEATURE_DP_CFG_EVENT_HISTORY) += -DWLAN_FEATURE_DP_CFG_EVENT_HISTORY
 
 # Enable Low latency
 cppflags-$(CONFIG_WLAN_FEATURE_LL_MODE) += -DWLAN_FEATURE_LL_MODE

+ 1 - 0
configs/default_defconfig

@@ -1335,6 +1335,7 @@ ifeq ($(CONFIG_BERYLLIUM), y)
 		CONFIG_ALLOW_PKT_DROPPING := y
 		CONFIG_WLAN_FEATURE_DP_MON_STATUS_RING_HISTORY := y
 		CONFIG_DP_TX_COMP_RING_DESC_SANITY_CHECK := y
+		CONFIG_WLAN_FEATURE_DP_CFG_EVENT_HISTORY := y
 	endif
 endif