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
diff --git a/configs/genoa.sdio.debug_defconfig b/configs/genoa.sdio.debug_defconfig
index 6b72e99..2ef3b9c 100644
--- a/configs/genoa.sdio.debug_defconfig
+++ b/configs/genoa.sdio.debug_defconfig
@@ -22,6 +22,11 @@
 CONFIG_FEATURE_EPPING := 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
 CONFIG_FEATURE_PKTLOG := y
 CONFIG_WLAN_DEBUG_CRASH_INJECT := y