blob: bb65a842cdc8d0870952ec94946d9c9bc1cf6252 [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
Ravi Joshia063dd92016-05-25 16:43:13 -070036config WLAN_FEATURE_NAN_DATAPATH
37 bool "Enable NaN Data Path feature"
38 depends on QCACLD_FEATURE_NAN
39 default n
40
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080041config QCACLD_FEATURE_GREEN_AP
42 bool "Enable Green AP feature"
43 default n
44
45config HELIUMPLUS
46 bool "Enable Beeliner based descriptor structures for Helium"
47 default n
48
49config 64BIT_PADDR
50 bool "Enable 37-bit physical/bus addresses"
51 depends on HELIUMPLUS
52 default n
53
54config QCOM_TDLS
55 bool "Enable TDLS feature"
56 default n
57
58config QCOM_LTE_COEX
59 bool "Enable QCOM LTE Coex feature"
60 default n
61
62config MPC_UT_FRAMEWORK
63 bool "Enable Unit test framework for multiport concurrency"
64 default n
65
66config WLAN_OFFLOAD_PACKETS
67 bool "Enable offload packets feature"
68 default n
69
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080070config FEATURE_TSO
71 bool "Enable TCP Segmentation Offload"
72 depends on HELIUMPLUS
73 default n
74
75config FEATURE_TSO_DEBUG
76 bool "Enable TCP Segmentation Offload with debug"
77 depends on FEATURE_TSO
78 default n
79
80config WLAN_FASTPATH
81 bool "Enable fastpath for datapackets"
82 default n
83
84config WLAN_NAPI
85 bool "Enable NAPI - datapath rx"
86 default n
87
88config WLAN_NAPI_DEBUG
89 bool "Enable debug logging on NAPI"
90 depends on WLAN_NAPI
91 default n
92
93config WLAN_TX_FLOW_CONTROL_V2
94 bool "Enable tx flow control version:2"
95 default n
96
97config WLAN_LRO
98 bool "Enable Large Receive Offload"
99 depends on HELIUMPLUS
Srinivas Girigowda7c5fd682017-07-14 12:59:51 -0700100 depends on INET_LRO
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800101 default n
102
Manikandan Mohandcc21ba2016-03-15 14:31:56 -0700103config WLAN_SYNC_TSF
104 bool "Enable QCOM sync multi devices tsf feature"
105 default n
106
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530107config LFR_SUBNET_DETECTION
Ravi Joshi61c3c7a2015-11-09 18:41:20 -0800108 bool "Enable LFR Subnet Change Detection"
109 default n
110
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530111config MCC_TO_SCC_SWITCH
Chandrasekaran, Manishekar3e6b6872016-03-10 09:30:52 +0530112 bool "Enable MCC to SCC Switch Logic"
113 default n
114
Varun Reddy Yeturubbbbe232016-02-29 14:01:57 -0800115config QCACLD_WLAN_LFR2
116 bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
117 default n
118
Padma, Santhosh Kumard7cc0792016-06-28 18:54:12 +0530119config WLAN_FEATURE_DISA
120 bool "Enable DISA certification feature"
121 default n
122
Jeff Johnson7869aad2017-05-15 15:46:36 -0700123config WLAN_FEATURE_FIPS
124 bool "Enable FIPS certification feature"
125 default n
126
Krishna Kumaar Natarajan639c6ff2017-02-13 14:01:04 -0800127config WLAN_FEATURE_11AX
128 bool "Enable 11AX(High Efficiency) feature"
129 default n
130
Zhu Jianmin04392c42017-05-12 16:34:53 +0800131config ICMP_DISABLE_PS
132 bool "Enable ICMP packet disable powersave feature"
133 default n
134
Jeff Johnsonfcc29d42018-07-17 20:36:45 -0700135config BUILD_TIMESTAMP
Naveen Rawat93836252017-06-20 16:30:59 -0700136 bool "Embed timestamp in wlan version"
137 default n
Liangwei Dong25eb0d82017-10-14 03:19:27 -0400138
139config WLAN_FEATURE_FILS
140 bool "Enable FILS feature"
141 default n
142
143config NAN_CONVERGENCE
144 bool "Enable NAN_CONVERGENCE feature"
145 default n
Vignesh Viswanathan45fc4b02018-02-06 11:30:48 +0530146
147config WLAN_OBJMGR_DEBUG
148 bool "Enable WLAN Obj Mgr Debug services"
149 default n
Arif Hussain02c2b632018-03-08 23:09:21 -0800150
151config WLAN_FEATURE_DFS_OFFLOAD
152 bool "Enable dfs offload feature"
153 default n
Jeff Johnsonfcc29d42018-07-17 20:36:45 -0700154
155config WLAN_FEATURE_SARV1_TO_SARV2
156 bool "Enable conversion of SAR v1 to v2 feature"
157 default n
158
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800159endif # QCA_CLD_WLAN