Parcourir la source

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 il y a 4 ans
Parent
commit
97265d9bee
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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