qcacld-3.0: Enable Debugfs in usb/sdio debug build

Enable Debugfs in usb/sdio debug build for Genoa.

Change-Id: I3515efffce1091c8233f4aad769dc5debb05ad15
CRs-Fixed: 2274862
This commit is contained in:
Nirav Shah
2018-07-08 12:51:55 +05:30
committed by nshrivas
parent e4b38a08e2
commit fe28770307
2 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ CONFIG_MPC_UT_FRAMEWORK := y
CONFIG_FEATURE_EPPING := y CONFIG_FEATURE_EPPING := y
CONFIG_WLAN_FEATURE_P2P_DEBUG := y CONFIG_WLAN_FEATURE_P2P_DEBUG := y
ifeq ($(CONFIG_DEBUG_FS), y)
CONFIG_WLAN_DEBUGFS := y
CONFIG_WLAN_POWER_DEBUGFS := y
endif
# Features gets enabled on slub debug # Features gets enabled on slub debug
CONFIG_FEATURE_PKTLOG := y CONFIG_FEATURE_PKTLOG := y
CONFIG_WLAN_DEBUG_CRASH_INJECT := y CONFIG_WLAN_DEBUG_CRASH_INJECT := y

View File

@@ -19,6 +19,11 @@ CONFIG_MPC_UT_FRAMEWORK := y
CONFIG_FEATURE_EPPING := y CONFIG_FEATURE_EPPING := y
CONFIG_WLAN_FEATURE_P2P_DEBUG := y CONFIG_WLAN_FEATURE_P2P_DEBUG := y
ifeq ($(CONFIG_DEBUG_FS), y)
CONFIG_WLAN_DEBUGFS := y
CONFIG_WLAN_POWER_DEBUGFS := y
endif
# Features gets enabled on slub debug # Features gets enabled on slub debug
CONFIG_FEATURE_PKTLOG := y CONFIG_FEATURE_PKTLOG := y
CONFIG_WLAN_DEBUG_CRASH_INJECT := y CONFIG_WLAN_DEBUG_CRASH_INJECT := y