qcacld-3.0: Enable ce debug history always
Always enable ce debug history feature, but there is difference for perf&debug build. On perf build, only ce2/ce3 histroy is enabled. And for ce debug history memory init/deinit happens when driver is loading&unloading, even it use when start module, this will help to check some cases when stop_module happens. Change-Id: I4b825f91bc9ede8372291f9d94cb7fae23942a49 CRs-Fixed: 3058735
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
918cee19d2
melakukan
60b9b77da6
@@ -1213,7 +1213,6 @@ endif
|
||||
CONFIG_UNIT_TEST := y
|
||||
CONFIG_REGISTER_OP_DEBUG := y
|
||||
CONFIG_ENABLE_QDF_PTR_HASH_DEBUG := y
|
||||
CONFIG_HIF_DEBUG := y
|
||||
CONFIG_HAL_DEBUG := y
|
||||
|
||||
ifneq ($(CONFIG_ARCH_HOLI), y)
|
||||
@@ -1236,11 +1235,12 @@ ifeq ($(CONFIG_CNSS2_DEBUG), y)
|
||||
CONFIG_UNIT_TEST := y
|
||||
CONFIG_REGISTER_OP_DEBUG := y
|
||||
CONFIG_ENABLE_QDF_PTR_HASH_DEBUG := y
|
||||
CONFIG_HIF_DEBUG := y
|
||||
CONFIG_HAL_DEBUG := y
|
||||
CONFIG_ATH_DIAG_EXT_DIRECT := y
|
||||
endif
|
||||
|
||||
CONFIG_HIF_DEBUG := y
|
||||
|
||||
ifeq ($(CONFIG_UNIT_TEST), y)
|
||||
CONFIG_DSC_TEST := y
|
||||
CONFIG_QDF_TEST := y
|
||||
|
Reference in New Issue
Block a user