summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrishna Kumaar Natarajan <kknatara@codeaurora.org>2016-06-09 18:24:04 -0700
committerVishwajith Upendra <vishwaji@codeaurora.org>2016-06-23 12:26:33 -0700
commite42bb17c5a167e71a1df8243f2827848055b4425 (patch)
tree29c488927dc03aa73a1af2eefa884c09e21bda0e
parent1b909d7d51501babdd93a65fb053789990954297 (diff)
qcacld-3.0: Disable FEATURE_MEMDUMP in Kbuild
Disable FEATURE_MEMDUMP in Kbuild. FEATURE_MEMDUMP should be redesigned appropriately for cld-3.0. Disable this feature until implementation is complete. Change-Id: I3190414ff32d8a75b07c2c311e257f4d388ef26d CRs-Fixed: 1026747
-rwxr-xr-xKbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index d57faa88bf0e..74e828b5ce7d 100755
--- a/Kbuild
+++ b/Kbuild
@@ -138,7 +138,7 @@ ifeq ($(KERNEL_BUILD), 0)
CONFIG_WLAN_SYNC_TSF := y
#Flag to enable memdump feature
- CONFIG_WLAN_FEATURE_MEMDUMP := y
+ CONFIG_WLAN_FEATURE_MEMDUMP := n
#Flag to enable Fast Path feature
CONFIG_WLAN_FASTPATH := y