qcacld-3.0: Add compile time flag for Chipset logging

Add feature flag for chipset logging feature

Change-Id: I2622dfe60d7b45a468b304eeed420e828f36d902
CRs-Fixed: 3782380
This commit is contained in:
Prasanna JS
2024-03-22 23:11:44 -07:00
committed by Ravindra Konda
parent 019b2fff7f
commit f6f3162846
3 changed files with 9 additions and 0 deletions

View File

@@ -1883,6 +1883,10 @@ config DYNAMIC_DEBUG
bool "enable CONFIG_DYNAMIC_DEBUG"
default n
config WLAN_CHIPSET_STATS
bool "enable WLAN_CHIPSET_STATS"
default n
config DP_MLO_LINK_STATS_SUPPORT
bool "enable CONFIG_DP_MLO_LINK_STATS_SUPPORT"
default n

View File

@@ -2070,6 +2070,10 @@
#define FEATURE_MULTICAST_HOST_FW_MSGS (1)
#endif
#ifdef CONFIG_WLAN_CHIPSET_STATS
#define WLAN_CHIPSET_STATS (1)
#endif
#ifdef CONFIG_ENABLE_SMMU_S1_TRANSLATION
#define ENABLE_SMMU_S1_TRANSLATION (1)
#endif

View File

@@ -398,3 +398,4 @@ CONFIG_WLAN_MULTI_CHIP_SUPPORT=y
CONFIG_WLAN_FEATURE_LL_LT_SAP=y
CONFIG_DP_RX_MSDU_DONE_FAIL_HISTORY=y
CONFIG_DP_RX_PEEK_MSDU_DONE_WAR=y
CONFIG_WLAN_CHIPSET_STATS=y