summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorNaveen Rawat <naveenrawat@codeaurora.org>2017-06-20 16:30:59 -0700
committersnandini <snandini@codeaurora.org>2017-07-05 22:52:09 -0700
commitfbea017d2461fc67ae8bc067e90cccf359e61000 (patch)
tree6ebcd3215cc00919b27971a3dffdb34bc47ce33f /Kconfig
parentc16c1d64a3182f7a5e4f3b74c860b7db43202422 (diff)
downloadqcacld-fbea017d2461fc67ae8bc067e90cccf359e61000.tar.gz
qcacld-3.0: Add option to avoid timestamp in version string
Adding timestamp in version string is causing long compile times for wlan project. Add option to avoid timestamp so that developers can avoid long compile times. Change-Id: Iaa5fd4f432549844ae319451cb43929a2d4b68ea CRs-Fixed: 2064805
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 4d20c9f468..2c2da199dc 100644
--- a/Kconfig
+++ b/Kconfig
@@ -136,4 +136,7 @@ config ICMP_DISABLE_PS
bool "Enable ICMP packet disable powersave feature"
default n
+config CONFIG_BUILD_TIMESTAMP
+ bool "Embed timestamp in wlan version"
+ default n
endif # QCA_CLD_WLAN