blob: cf9ee355ca46c656d6c21c95e90d60974059e883 [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
74config WLAN_FEATURE_MEMDUMP
75 bool "Enable MEMDUMP feature"
76 default n
77
78config FEATURE_TSO
79 bool "Enable TCP Segmentation Offload"
80 depends on HELIUMPLUS
81 default n
82
83config FEATURE_TSO_DEBUG
84 bool "Enable TCP Segmentation Offload with debug"
85 depends on FEATURE_TSO
86 default n
87
88config WLAN_FASTPATH
89 bool "Enable fastpath for datapackets"
90 default n
91
92config WLAN_NAPI
93 bool "Enable NAPI - datapath rx"
94 default n
95
96config WLAN_NAPI_DEBUG
97 bool "Enable debug logging on NAPI"
98 depends on WLAN_NAPI
99 default n
100
101config WLAN_TX_FLOW_CONTROL_V2
102 bool "Enable tx flow control version:2"
103 default n
104
105config WLAN_LRO
106 bool "Enable Large Receive Offload"
107 depends on HELIUMPLUS
108 depends on CONFIG_INET_LRO
109 default n
110
Manikandan Mohandcc21ba2016-03-15 14:31:56 -0700111config WLAN_SYNC_TSF
112 bool "Enable QCOM sync multi devices tsf feature"
113 default n
114
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530115config LFR_SUBNET_DETECTION
Ravi Joshi61c3c7a2015-11-09 18:41:20 -0800116 bool "Enable LFR Subnet Change Detection"
117 default n
118
Manishekar Chandrasekaranf37d7122016-04-27 13:05:15 +0530119config MCC_TO_SCC_SWITCH
Chandrasekaran, Manishekar3e6b6872016-03-10 09:30:52 +0530120 bool "Enable MCC to SCC Switch Logic"
121 default n
122
Varun Reddy Yeturubbbbe232016-02-29 14:01:57 -0800123config QCACLD_WLAN_LFR2
124 bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
125 default n
126
Padma, Santhosh Kumard7cc0792016-06-28 18:54:12 +0530127config WLAN_FEATURE_DISA
128 bool "Enable DISA 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
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800139endif # QCA_CLD_WLAN