blob: d4aece2fadca3f645d0c5d5e931d524fe9df1e6e [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
20config PRIMA_WLAN_11AC_HIGH_TP
21 bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)"
22 default n
23
24config WLAN_FEATURE_11W
25 bool "Enable the WLAN 802.11w Protected Management Frames feature"
26 default n
27
28config WLAN_FEATURE_LPSS
29 bool "Enable the WLAN LPSS feature"
30 default n
31
32config QCOM_VOWIFI_11R
33 bool "Enable Fast Transition (11r) feature"
34 default n
35
36config QCACLD_FEATURE_NAN
37 bool "Enable NAN feature"
38 default n
39
Ravi Joshia063dd92016-05-25 16:43:13 -070040config WLAN_FEATURE_NAN_DATAPATH
41 bool "Enable NaN Data Path feature"
42 depends on QCACLD_FEATURE_NAN
43 default n
44
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080045config QCACLD_FEATURE_GREEN_AP
46 bool "Enable Green AP feature"
47 default n
48
49config HELIUMPLUS
50 bool "Enable Beeliner based descriptor structures for Helium"
51 default n
52
53config 64BIT_PADDR
54 bool "Enable 37-bit physical/bus addresses"
55 depends on HELIUMPLUS
56 default n
57
58config QCOM_TDLS
59 bool "Enable TDLS feature"
60 default n
61
62config QCOM_LTE_COEX
63 bool "Enable QCOM LTE Coex feature"
64 default n
65
66config MPC_UT_FRAMEWORK
67 bool "Enable Unit test framework for multiport concurrency"
68 default n
69
70config WLAN_OFFLOAD_PACKETS
71 bool "Enable offload packets feature"
72 default n
73
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080074config FEATURE_TSO
75 bool "Enable TCP Segmentation Offload"
76 depends on HELIUMPLUS
77 default n
78
79config FEATURE_TSO_DEBUG
80 bool "Enable TCP Segmentation Offload with debug"
81 depends on FEATURE_TSO
82 default n
83
84config WLAN_FASTPATH
85 bool "Enable fastpath for datapackets"
86 default n
87
88config WLAN_NAPI
89 bool "Enable NAPI - datapath rx"
90 default n
91
92config WLAN_NAPI_DEBUG
93 bool "Enable debug logging on NAPI"
94 depends on WLAN_NAPI
95 default n
96
97config WLAN_TX_FLOW_CONTROL_V2
98 bool "Enable tx flow control version:2"
99 default n
100
101config WLAN_LRO
102 bool "Enable Large Receive Offload"
103 depends on HELIUMPLUS
Srinivas Girigowda7c5fd682017-07-14 12:59:51 -0700104 depends on INET_LRO
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800105 default n
106
Manikandan Mohandcc21ba2016-03-15 14:31:56 -0700107config WLAN_SYNC_TSF
108 bool "Enable QCOM sync multi devices tsf feature"
109 default n
110
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530111config LFR_SUBNET_DETECTION
Ravi Joshi61c3c7a2015-11-09 18:41:20 -0800112 bool "Enable LFR Subnet Change Detection"
113 default n
114
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530115config MCC_TO_SCC_SWITCH
Chandrasekaran, Manishekar3e6b6872016-03-10 09:30:52 +0530116 bool "Enable MCC to SCC Switch Logic"
117 default n
118
Varun Reddy Yeturubbbbe232016-02-29 14:01:57 -0800119config QCACLD_WLAN_LFR2
120 bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
121 default n
122
Padma, Santhosh Kumard7cc0792016-06-28 18:54:12 +0530123config WLAN_FEATURE_DISA
124 bool "Enable DISA certification feature"
125 default n
126
Jeff Johnson7869aad2017-05-15 15:46:36 -0700127config WLAN_FEATURE_FIPS
128 bool "Enable FIPS certification feature"
129 default n
130
Krishna Kumaar Natarajan639c6ff2017-02-13 14:01:04 -0800131config WLAN_FEATURE_11AX
132 bool "Enable 11AX(High Efficiency) feature"
133 default n
134
Zhu Jianmin04392c42017-05-12 16:34:53 +0800135config ICMP_DISABLE_PS
136 bool "Enable ICMP packet disable powersave feature"
137 default n
138
Naveen Rawat93836252017-06-20 16:30:59 -0700139config CONFIG_BUILD_TIMESTAMP
140 bool "Embed timestamp in wlan version"
141 default n
Liangwei Dong25eb0d82017-10-14 03:19:27 -0400142
143config WLAN_FEATURE_FILS
144 bool "Enable FILS feature"
145 default n
146
147config NAN_CONVERGENCE
148 bool "Enable NAN_CONVERGENCE feature"
149 default n
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800150endif # QCA_CLD_WLAN