Prakash Dhavali | 7090c5f | 2015-11-02 17:55:19 -0800 | [diff] [blame] | 1 | comment "Qualcomm Atheros CLD WLAN module" |
| 2 | |
| 3 | config 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 | |
| 10 | if QCA_CLD_WLAN != n |
| 11 | |
| 12 | config QCACLD_WLAN_LFR3 |
| 13 | bool "Enable the WLAN Legacy Fast Roaming feature Version 3" |
| 14 | default n |
| 15 | |
| 16 | config PRIMA_WLAN_OKC |
| 17 | bool "Enable the Prima WLAN Opportunistic Key Caching feature" |
| 18 | default n |
| 19 | |
Prakash Dhavali | 7090c5f | 2015-11-02 17:55:19 -0800 | [diff] [blame] | 20 | config WLAN_FEATURE_11W |
| 21 | bool "Enable the WLAN 802.11w Protected Management Frames feature" |
| 22 | default n |
| 23 | |
| 24 | config WLAN_FEATURE_LPSS |
| 25 | bool "Enable the WLAN LPSS feature" |
| 26 | default n |
| 27 | |
| 28 | config QCOM_VOWIFI_11R |
| 29 | bool "Enable Fast Transition (11r) feature" |
| 30 | default n |
| 31 | |
| 32 | config QCACLD_FEATURE_NAN |
| 33 | bool "Enable NAN feature" |
| 34 | default n |
| 35 | |
| 36 | config QCACLD_FEATURE_GREEN_AP |
| 37 | bool "Enable Green AP feature" |
| 38 | default n |
| 39 | |
| 40 | config HELIUMPLUS |
| 41 | bool "Enable Beeliner based descriptor structures for Helium" |
| 42 | default n |
| 43 | |
| 44 | config 64BIT_PADDR |
| 45 | bool "Enable 37-bit physical/bus addresses" |
| 46 | depends on HELIUMPLUS |
| 47 | default n |
| 48 | |
| 49 | config QCOM_TDLS |
| 50 | bool "Enable TDLS feature" |
| 51 | default n |
| 52 | |
| 53 | config QCOM_LTE_COEX |
| 54 | bool "Enable QCOM LTE Coex feature" |
| 55 | default n |
| 56 | |
| 57 | config MPC_UT_FRAMEWORK |
| 58 | bool "Enable Unit test framework for multiport concurrency" |
| 59 | default n |
| 60 | |
| 61 | config WLAN_OFFLOAD_PACKETS |
| 62 | bool "Enable offload packets feature" |
| 63 | default n |
| 64 | |
Prakash Dhavali | 7090c5f | 2015-11-02 17:55:19 -0800 | [diff] [blame] | 65 | config FEATURE_TSO |
| 66 | bool "Enable TCP Segmentation Offload" |
| 67 | depends on HELIUMPLUS |
| 68 | default n |
| 69 | |
| 70 | config FEATURE_TSO_DEBUG |
| 71 | bool "Enable TCP Segmentation Offload with debug" |
| 72 | depends on FEATURE_TSO |
| 73 | default n |
| 74 | |
| 75 | config WLAN_FASTPATH |
| 76 | bool "Enable fastpath for datapackets" |
| 77 | default n |
| 78 | |
| 79 | config WLAN_NAPI |
| 80 | bool "Enable NAPI - datapath rx" |
| 81 | default n |
| 82 | |
| 83 | config WLAN_NAPI_DEBUG |
| 84 | bool "Enable debug logging on NAPI" |
| 85 | depends on WLAN_NAPI |
| 86 | default n |
| 87 | |
| 88 | config WLAN_TX_FLOW_CONTROL_V2 |
| 89 | bool "Enable tx flow control version:2" |
| 90 | default n |
| 91 | |
| 92 | config WLAN_LRO |
| 93 | bool "Enable Large Receive Offload" |
| 94 | depends on HELIUMPLUS |
Srinivas Girigowda | 7c5fd68 | 2017-07-14 12:59:51 -0700 | [diff] [blame] | 95 | depends on INET_LRO |
Prakash Dhavali | 7090c5f | 2015-11-02 17:55:19 -0800 | [diff] [blame] | 96 | default n |
| 97 | |
Manikandan Mohan | dcc21ba | 2016-03-15 14:31:56 -0700 | [diff] [blame] | 98 | config WLAN_SYNC_TSF |
| 99 | bool "Enable QCOM sync multi devices tsf feature" |
| 100 | default n |
| 101 | |
Manishekar Chandrasekaran | f37d712 | 2016-04-27 13:05:15 +0530 | [diff] [blame] | 102 | config LFR_SUBNET_DETECTION |
Ravi Joshi | 61c3c7a | 2015-11-09 18:41:20 -0800 | [diff] [blame] | 103 | bool "Enable LFR Subnet Change Detection" |
| 104 | default n |
| 105 | |
Manishekar Chandrasekaran | f37d712 | 2016-04-27 13:05:15 +0530 | [diff] [blame] | 106 | config MCC_TO_SCC_SWITCH |
Chandrasekaran, Manishekar | 3e6b687 | 2016-03-10 09:30:52 +0530 | [diff] [blame] | 107 | bool "Enable MCC to SCC Switch Logic" |
| 108 | default n |
| 109 | |
Varun Reddy Yeturu | bbbbe23 | 2016-02-29 14:01:57 -0800 | [diff] [blame] | 110 | config QCACLD_WLAN_LFR2 |
| 111 | bool "Enable the WLAN Legacy Fast Roaming feature Version 2" |
| 112 | default n |
| 113 | |
Padma, Santhosh Kumar | d7cc079 | 2016-06-28 18:54:12 +0530 | [diff] [blame] | 114 | config WLAN_FEATURE_DISA |
| 115 | bool "Enable DISA certification feature" |
| 116 | default n |
| 117 | |
Jeff Johnson | 7869aad | 2017-05-15 15:46:36 -0700 | [diff] [blame] | 118 | config WLAN_FEATURE_FIPS |
| 119 | bool "Enable FIPS certification feature" |
| 120 | default n |
| 121 | |
Krishna Kumaar Natarajan | 639c6ff | 2017-02-13 14:01:04 -0800 | [diff] [blame] | 122 | config WLAN_FEATURE_11AX |
| 123 | bool "Enable 11AX(High Efficiency) feature" |
| 124 | default n |
| 125 | |
Zhu Jianmin | 04392c4 | 2017-05-12 16:34:53 +0800 | [diff] [blame] | 126 | config ICMP_DISABLE_PS |
| 127 | bool "Enable ICMP packet disable powersave feature" |
| 128 | default n |
| 129 | |
Jeff Johnson | fcc29d4 | 2018-07-17 20:36:45 -0700 | [diff] [blame] | 130 | config BUILD_TIMESTAMP |
Naveen Rawat | 9383625 | 2017-06-20 16:30:59 -0700 | [diff] [blame] | 131 | bool "Embed timestamp in wlan version" |
| 132 | default n |
Liangwei Dong | 25eb0d8 | 2017-10-14 03:19:27 -0400 | [diff] [blame] | 133 | |
| 134 | config WLAN_FEATURE_FILS |
| 135 | bool "Enable FILS feature" |
| 136 | default n |
| 137 | |
| 138 | config NAN_CONVERGENCE |
| 139 | bool "Enable NAN_CONVERGENCE feature" |
| 140 | default n |
Vignesh Viswanathan | 45fc4b0 | 2018-02-06 11:30:48 +0530 | [diff] [blame] | 141 | |
| 142 | config WLAN_OBJMGR_DEBUG |
| 143 | bool "Enable WLAN Obj Mgr Debug services" |
| 144 | default n |
Arif Hussain | 02c2b63 | 2018-03-08 23:09:21 -0800 | [diff] [blame] | 145 | |
| 146 | config WLAN_FEATURE_DFS_OFFLOAD |
| 147 | bool "Enable dfs offload feature" |
| 148 | default n |
Jeff Johnson | fcc29d4 | 2018-07-17 20:36:45 -0700 | [diff] [blame] | 149 | |
| 150 | config WLAN_FEATURE_SARV1_TO_SARV2 |
| 151 | bool "Enable conversion of SAR v1 to v2 feature" |
| 152 | default n |
| 153 | |
Prakash Dhavali | 7090c5f | 2015-11-02 17:55:19 -0800 | [diff] [blame] | 154 | endif # QCA_CLD_WLAN |