blob: 02ad2388209e742df5a3800b15a3b2ecfd016894 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001comment "Qualcomm Atheros CLD WLAN module"
2
3config QCA_CLD_WLAN
4
5 tristate "Qualcomm Atheros CLD WLAN module"
6 default n
7 help
8 Add support for the Qualcomm Atheros CLD WLAN module
9
10if QCA_CLD_WLAN != n
11
12config QCACLD_WLAN_LFR3
13 bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
14 default n
15
16config PRIMA_WLAN_OKC
17 bool "Enable the Prima WLAN Opportunistic Key Caching feature"
18 default n
19
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080020config WLAN_FEATURE_11W
21 bool "Enable the WLAN 802.11w Protected Management Frames feature"
22 default n
23
24config WLAN_FEATURE_LPSS
25 bool "Enable the WLAN LPSS feature"
26 default n
27
28config QCOM_VOWIFI_11R
29 bool "Enable Fast Transition (11r) feature"
30 default n
31
32config QCACLD_FEATURE_NAN
33 bool "Enable NAN feature"
34 default n
35
36config QCACLD_FEATURE_GREEN_AP
37 bool "Enable Green AP feature"
38 default n
39
40config HELIUMPLUS
41 bool "Enable Beeliner based descriptor structures for Helium"
42 default n
43
44config 64BIT_PADDR
45 bool "Enable 37-bit physical/bus addresses"
46 depends on HELIUMPLUS
47 default n
48
49config QCOM_TDLS
50 bool "Enable TDLS feature"
51 default n
52
53config QCOM_LTE_COEX
54 bool "Enable QCOM LTE Coex feature"
55 default n
56
57config MPC_UT_FRAMEWORK
58 bool "Enable Unit test framework for multiport concurrency"
59 default n
60
61config WLAN_OFFLOAD_PACKETS
62 bool "Enable offload packets feature"
63 default n
64
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080065config FEATURE_TSO
66 bool "Enable TCP Segmentation Offload"
67 depends on HELIUMPLUS
68 default n
69
70config FEATURE_TSO_DEBUG
71 bool "Enable TCP Segmentation Offload with debug"
72 depends on FEATURE_TSO
73 default n
74
75config WLAN_FASTPATH
76 bool "Enable fastpath for datapackets"
77 default n
78
79config WLAN_NAPI
80 bool "Enable NAPI - datapath rx"
81 default n
82
83config WLAN_NAPI_DEBUG
84 bool "Enable debug logging on NAPI"
85 depends on WLAN_NAPI
86 default n
87
88config WLAN_TX_FLOW_CONTROL_V2
89 bool "Enable tx flow control version:2"
90 default n
91
92config WLAN_LRO
93 bool "Enable Large Receive Offload"
94 depends on HELIUMPLUS
Srinivas Girigowda7c5fd682017-07-14 12:59:51 -070095 depends on INET_LRO
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080096 default n
97
Manikandan Mohandcc21ba2016-03-15 14:31:56 -070098config WLAN_SYNC_TSF
99 bool "Enable QCOM sync multi devices tsf feature"
100 default n
101
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530102config LFR_SUBNET_DETECTION
Ravi Joshi61c3c7a2015-11-09 18:41:20 -0800103 bool "Enable LFR Subnet Change Detection"
104 default n
105
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530106config MCC_TO_SCC_SWITCH
Chandrasekaran, Manishekar3e6b6872016-03-10 09:30:52 +0530107 bool "Enable MCC to SCC Switch Logic"
108 default n
109
Varun Reddy Yeturubbbbe232016-02-29 14:01:57 -0800110config QCACLD_WLAN_LFR2
111 bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
112 default n
113
Padma, Santhosh Kumard7cc0792016-06-28 18:54:12 +0530114config WLAN_FEATURE_DISA
115 bool "Enable DISA certification feature"
116 default n
117
Jeff Johnson7869aad2017-05-15 15:46:36 -0700118config WLAN_FEATURE_FIPS
119 bool "Enable FIPS certification feature"
120 default n
121
Krishna Kumaar Natarajan639c6ff2017-02-13 14:01:04 -0800122config WLAN_FEATURE_11AX
123 bool "Enable 11AX(High Efficiency) feature"
124 default n
125
Zhu Jianmin04392c42017-05-12 16:34:53 +0800126config ICMP_DISABLE_PS
127 bool "Enable ICMP packet disable powersave feature"
128 default n
129
Jeff Johnsonfcc29d42018-07-17 20:36:45 -0700130config BUILD_TIMESTAMP
Naveen Rawat93836252017-06-20 16:30:59 -0700131 bool "Embed timestamp in wlan version"
132 default n
Liangwei Dong25eb0d82017-10-14 03:19:27 -0400133
134config WLAN_FEATURE_FILS
135 bool "Enable FILS feature"
136 default n
137
138config NAN_CONVERGENCE
139 bool "Enable NAN_CONVERGENCE feature"
140 default n
Vignesh Viswanathan45fc4b02018-02-06 11:30:48 +0530141
142config WLAN_OBJMGR_DEBUG
143 bool "Enable WLAN Obj Mgr Debug services"
144 default n
Arif Hussain02c2b632018-03-08 23:09:21 -0800145
146config WLAN_FEATURE_DFS_OFFLOAD
147 bool "Enable dfs offload feature"
148 default n
Jeff Johnsonfcc29d42018-07-17 20:36:45 -0700149
150config WLAN_FEATURE_SARV1_TO_SARV2
151 bool "Enable conversion of SAR v1 to v2 feature"
152 default n
153
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800154endif # QCA_CLD_WLAN