Prakash Dhavali | d5c9f1c | 2015-11-08 19:04:44 -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 | |
| 20 | config PRIMA_WLAN_11AC_HIGH_TP |
| 21 | bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)" |
| 22 | default n |
| 23 | |
| 24 | config WLAN_FEATURE_11W |
| 25 | bool "Enable the WLAN 802.11w Protected Management Frames feature" |
| 26 | default n |
| 27 | |
| 28 | config WLAN_FEATURE_LPSS |
| 29 | bool "Enable the WLAN LPSS feature" |
| 30 | default n |
| 31 | |
| 32 | config QCOM_VOWIFI_11R |
| 33 | bool "Enable Fast Transition (11r) feature" |
| 34 | default n |
| 35 | |
| 36 | config QCACLD_FEATURE_NAN |
| 37 | bool "Enable NAN feature" |
| 38 | default n |
| 39 | |
| 40 | config QCACLD_FEATURE_GREEN_AP |
| 41 | bool "Enable Green AP feature" |
| 42 | default n |
| 43 | |
| 44 | config HELIUMPLUS |
| 45 | bool "Enable Beeliner based descriptor structures for Helium" |
| 46 | default n |
| 47 | |
| 48 | config 64BIT_PADDR |
| 49 | bool "Enable 37-bit physical/bus addresses" |
| 50 | depends on HELIUMPLUS |
| 51 | default n |
| 52 | |
| 53 | config QCOM_TDLS |
| 54 | bool "Enable TDLS feature" |
| 55 | default n |
| 56 | |
| 57 | config QCOM_LTE_COEX |
| 58 | bool "Enable QCOM LTE Coex feature" |
| 59 | default n |
| 60 | |
| 61 | config MPC_UT_FRAMEWORK |
| 62 | bool "Enable Unit test framework for multiport concurrency" |
| 63 | default n |
| 64 | |
| 65 | config WLAN_OFFLOAD_PACKETS |
| 66 | bool "Enable offload packets feature" |
| 67 | default n |
| 68 | |
| 69 | config WLAN_FEATURE_MEMDUMP |
| 70 | bool "Enable MEMDUMP feature" |
| 71 | default n |
| 72 | |
| 73 | config FEATURE_TSO |
| 74 | bool "Enable TCP Segmentation Offload" |
| 75 | depends on HELIUMPLUS |
| 76 | default n |
| 77 | |
| 78 | config FEATURE_TSO_DEBUG |
| 79 | bool "Enable TCP Segmentation Offload with debug" |
| 80 | depends on FEATURE_TSO |
| 81 | default n |
| 82 | |
| 83 | config WLAN_FASTPATH |
| 84 | bool "Enable fastpath for datapackets" |
| 85 | default n |
| 86 | |
| 87 | config WLAN_NAPI |
| 88 | bool "Enable NAPI - datapath rx" |
| 89 | default n |
| 90 | |
| 91 | config WLAN_NAPI_DEBUG |
| 92 | bool "Enable debug logging on NAPI" |
| 93 | depends on WLAN_NAPI |
| 94 | default n |
| 95 | |
| 96 | config WLAN_TX_FLOW_CONTROL_V2 |
| 97 | bool "Enable tx flow control version:2" |
| 98 | default n |
| 99 | |
| 100 | config WLAN_LRO |
| 101 | bool "Enable Large Receive Offload" |
| 102 | depends on HELIUMPLUS |
| 103 | depends on CONFIG_INET_LRO |
| 104 | default n |
| 105 | |
| 106 | config WLAN_FEATURE_RX_WAKELOCK |
| 107 | bool "Enable RX wake lock feature" |
| 108 | default n |
| 109 | |
| 110 | endif # QCA_CLD_WLAN |