From eddb4c83eebe90c8fbf7a6cc376d3b02fcfbde7c Mon Sep 17 00:00:00 2001 From: Rakesh Pillai Date: Thu, 20 Feb 2020 13:53:00 +0530 Subject: [PATCH] qcacld-3.0: Enable hal reg write failure history for lithium Enable the register write failure history for reo remap registers in lithium based targets. Change-Id: Iaed3ea33e8ae3ab012b2403c50cb785f81497c04 CRs-Fixed: 2626325 --- Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/Kbuild b/Kbuild index 88f17f66f3..bc694bf03c 100644 --- a/Kbuild +++ b/Kbuild @@ -2852,6 +2852,7 @@ ifeq ($(CONFIG_LITHIUM), y) cppflags-$(CONFIG_WLAN_TX_FLOW_CONTROL_V2) += -DQCA_AC_BASED_FLOW_CONTROL cppflags-y += -DHAL_DISABLE_NON_BA_2K_JUMP_ERROR cppflags-y += -DENABLE_HAL_SOC_STATS +cppflags-y += -DENABLE_HAL_REG_WR_HISTORY endif cppflags-$(CONFIG_WLAN_CLD_PM_QOS) += -DCLD_PM_QOS