瀏覽代碼

qcacld-3.0: Don't enable HIF_DETECTION_LATENCY feature for all targets

The feature HIF_DETECTION_LATENCY_ENABLE is not applicable for all targets.
To avoid issues, enable this feature based on target.

Change-Id: Ia7bab02710ee2bbb9f487571ec98992ac338961f
CRs-Fixed: 2915968
Bapiraju Alla 4 年之前
父節點
當前提交
97265d9bee
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      configs/default_defconfig

+ 3 - 0
configs/default_defconfig

@@ -1075,8 +1075,11 @@ endif
 	CONFIG_ENABLE_QDF_PTR_HASH_DEBUG := y
 	CONFIG_HIF_DEBUG := y
 	CONFIG_HAL_DEBUG := y
+
+ifneq ($(CONFIG_ARCH_HOLI), y)
 	CONFIG_HIF_DETECTION_LATENCY_ENABLE := y
 endif
+endif
 
 ifeq ($(CONFIG_CNSS2_DEBUG), y)
 	CONFIG_DSC_DEBUG := y