summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiangwei Dong <liangwei@codeaurora.org>2017-10-14 03:19:27 -0400
committersnandini <snandini@codeaurora.org>2017-10-18 07:49:26 -0700
commit25eb0d8ec5150ed8f0a6e5e9f895ceb22548f20c (patch)
treef9bf3e624b15c053bfe8b36572c43bae0356dc57
parent4635131eb0d211a131a060157ddeff2d40cd25fc (diff)
downloadqcacld-25eb0d8ec5150ed8f0a6e5e9f895ceb22548f20c.tar.gz
qcacld-3.0: Add Kconfig option for feature flag
Add Feature enable option in Kconfig: WLAN_FEATURE_FILS; NAN_CONVERGENCE Change-Id: I451e4aaddfe7f68a973092d13723090a33cc9f4c CRs-Fixed: 2127806
-rw-r--r--Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index f8feafca0e..b22b98178e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -143,4 +143,12 @@ config ICMP_DISABLE_PS
config CONFIG_BUILD_TIMESTAMP
bool "Embed timestamp in wlan version"
default n
+
+config WLAN_FEATURE_FILS
+ bool "Enable FILS feature"
+ default n
+
+config NAN_CONVERGENCE
+ bool "Enable NAN_CONVERGENCE feature"
+ default n
endif # QCA_CLD_WLAN