qcacld-3.0: Kbuild: Cleanly featurize data path debug flags

Define separate configuration options for the various data path
debug features and use those options to set the associated
ccflags macros.

Change-Id: Ia410557bb9fa22731d83b46e61f394b14781d61f
CRs-Fixed: 2255915
diff --git a/configs/default_defconfig b/configs/default_defconfig
index d27f746..e1a7c3b 100644
--- a/configs/default_defconfig
+++ b/configs/default_defconfig
@@ -555,3 +555,10 @@
 ifneq ($(CONFIG_HIF_USB), y)
 CONFIG_WLAN_LOGGING_SOCK_SVC := y
 endif
+
+ifneq ($(TARGET_BUILD_VARIANT),user)
+CONFIG_DESC_DUP_DETECT_DEBUG := y
+CONFIG_DEBUG_RX_RING_BUFFER := y
+endif
+
+CONFIG_DP_TRACE := y