summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaolez <gaolez@codeaurora.org>2017-12-16 14:30:44 +0800
committersnandini <snandini@codeaurora.org>2018-01-16 04:56:20 -0800
commit58cd61acc399886e2c267efb2a361029acd7c495 (patch)
tree16ee06188c1a8fa6a07fb84f58caf5986a6300dc
parent856dc4c3bffc258ad6340b75b64d4055edd7dbb4 (diff)
qcacld-2.0: Enable timestamping plus in apq8009
Enable timestamping plus feature in apq8009 board Change-Id: I657b9ea9f2d51974737056c246b357406e914adb CRs-Fixed: 2171436
-rw-r--r--Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index ac779fae4b37..f5c6f6848ffa 100644
--- a/Kbuild
+++ b/Kbuild
@@ -54,6 +54,12 @@ ifeq ($(KERNEL_BUILD), 0)
endif
endif
+ ifeq ($(CONFIG_ARCH_MSM8909), y)
+ ifeq ($(CONFIG_ROME_IF), sdio)
+ CONFIG_WLAN_SYNC_TSF_PLUS := y
+ endif
+ endif
+
# As per target team, build is done as follows:
# Defconfig : build with default flags
# Slub : defconfig + CONFIG_SLUB_DEBUG=y +