diff options
| author | Sameer Thalappil <sameert@qca.qualcomm.com> | 2014-09-09 15:37:18 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-09-11 18:07:44 -0700 |
| commit | 8e2f320fa141dd1975d185d016efe896562ef71c (patch) | |
| tree | fb392735436998a55ebf76c940f51af564c5b67e | |
| parent | 1340d7fd0bb03894483f1b16fec212adc246ba01 (diff) | |
qcacld: Update CLD features
Add support for missing features in Kconfig.
CRs-Fixed: 721958
Change-Id: I1fc552ffb7f09d1a8aa6aa02c5af900ed2cdea3f
| -rw-r--r-- | Kbuild | 2 | ||||
| -rw-r--r-- | Kconfig | 36 |
2 files changed, 16 insertions, 22 deletions
@@ -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) @@ -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 |
