summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameer Thalappil <sameert@qca.qualcomm.com>2014-09-09 15:37:18 -0700
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-09-11 18:07:44 -0700
commit8e2f320fa141dd1975d185d016efe896562ef71c (patch)
treefb392735436998a55ebf76c940f51af564c5b67e
parent1340d7fd0bb03894483f1b16fec212adc246ba01 (diff)
qcacld: Update CLD features
Add support for missing features in Kconfig. CRs-Fixed: 721958 Change-Id: I1fc552ffb7f09d1a8aa6aa02c5af900ed2cdea3f
-rw-r--r--Kbuild2
-rw-r--r--Kconfig36
2 files changed, 16 insertions, 22 deletions
diff --git a/Kbuild b/Kbuild
index 4ccbaec45ddb..e845ac98c3ab 100644
--- a/Kbuild
+++ b/Kbuild
@@ -25,6 +25,8 @@ ifeq ($(KERNEL_BUILD),1)
MODNAME := wlan
WLAN_ROOT := drivers/staging/qcacld-2.0
WLAN_OPEN_SOURCE := 1
+ CONFIG_QCA_WIFI_2_0 := 1
+ CONFIG_QCA_WIFI_ISOC := 0
endif
ifeq ($(KERNEL_BUILD), 0)
diff --git a/Kconfig b/Kconfig
index 00ecc750ffc4..35508dd4155d 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,29 +1,13 @@
-comment "Qualcomm Atheros Prima WLAN module"
+comment "Qualcomm Atheros CLD WLAN module"
-config PRIMA_WLAN
+config QCA_CLD_WLAN
- tristate "Qualcomm Atheros Prima WLAN module"
+ tristate "Qualcomm Atheros CLD WLAN module"
default n
help
- Add support for the Qualcomm Atheros Prima WLAN module
+ Add support for the Qualcomm Atheros CLD WLAN module
-config PRONTO_WLAN
-
- tristate "Qualcomm Atheros Pronto WLAN module"
- default n
- help
- Add support for the Qualcomm Atheros Pronto WLAN module
-
-
-# depends on WLAN
-# depends on CFG80211
-# depends on WCNSS_CORE
-
-if PRIMA_WLAN != n || PRONTO_WLAN != n
-
-config PRIMA_WLAN_BTAMP
- bool "Enable the Prima WLAN BT-AMP feature"
- default n
+if QCA_CLD_WLAN != n
config QCACLD_WLAN_LFR3
bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
@@ -53,4 +37,12 @@ config CONFIG_FEATURE_NAN
bool "Enable NAN feature"
default n
-endif # PRIMA_WLAN || PRONTO_WLAN
+config QCOM_TDLS
+ bool "Enable TDLS feature"
+ default n
+
+config QCOM_LTE_COEX
+ bool "Enable QCOM LTE Coex feature"
+ default n
+
+endif # QCA_CLD_WLAN