blob: 940ae4dcf1fd47df54428a9be0aa222d591b8c80 [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
40config QCACLD_FEATURE_GREEN_AP
41 bool "Enable Green AP feature"
42 default n
43
44config HELIUMPLUS
45 bool "Enable Beeliner based descriptor structures for Helium"
46 default n
47
48config 64BIT_PADDR
49 bool "Enable 37-bit physical/bus addresses"
50 depends on HELIUMPLUS
51 default n
52
53config QCOM_TDLS
54 bool "Enable TDLS feature"
55 default n
56
57config QCOM_LTE_COEX
58 bool "Enable QCOM LTE Coex feature"
59 default n
60
61config MPC_UT_FRAMEWORK
62 bool "Enable Unit test framework for multiport concurrency"
63 default n
64
65config WLAN_OFFLOAD_PACKETS
66 bool "Enable offload packets feature"
67 default n
68
69config WLAN_FEATURE_MEMDUMP
70 bool "Enable MEMDUMP feature"
71 default n
72
73config FEATURE_TSO
74 bool "Enable TCP Segmentation Offload"
75 depends on HELIUMPLUS
76 default n
77
78config FEATURE_TSO_DEBUG
79 bool "Enable TCP Segmentation Offload with debug"
80 depends on FEATURE_TSO
81 default n
82
83config WLAN_FASTPATH
84 bool "Enable fastpath for datapackets"
85 default n
86
87config WLAN_NAPI
88 bool "Enable NAPI - datapath rx"
89 default n
90
91config WLAN_NAPI_DEBUG
92 bool "Enable debug logging on NAPI"
93 depends on WLAN_NAPI
94 default n
95
96config WLAN_TX_FLOW_CONTROL_V2
97 bool "Enable tx flow control version:2"
98 default n
99
100config WLAN_LRO
101 bool "Enable Large Receive Offload"
102 depends on HELIUMPLUS
103 depends on CONFIG_INET_LRO
104 default n
105
106config WLAN_FEATURE_RX_WAKELOCK
107 bool "Enable RX wake lock feature"
108 default n
109
Ravi Joshi61c3c7a2015-11-09 18:41:20 -0800110config FEATURE_LFR_SUBNET_DETECTION
111 bool "Enable LFR Subnet Change Detection"
112 default n
113
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800114endif # QCA_CLD_WLAN