Zvikomborero VIncent Zvikaramba | b726168 | 2016-08-03 01:27:15 -0400 | [diff] [blame] | 1 | comment "Qualcomm Atheros Prima WLAN module" |
| 2 | |
| 3 | config PRIMA_WLAN |
| 4 | |
| 5 | tristate "Qualcomm Atheros Prima WLAN module" |
| 6 | default n |
| 7 | help |
| 8 | Add support for the Qualcomm Atheros Prima WLAN module |
| 9 | |
| 10 | config PRONTO_WLAN |
| 11 | |
| 12 | tristate "Qualcomm Atheros Pronto WLAN module" |
| 13 | default n |
| 14 | help |
| 15 | Add support for the Qualcomm Atheros Pronto WLAN module |
| 16 | |
| 17 | |
| 18 | # depends on WLAN |
| 19 | # depends on CFG80211 |
| 20 | # depends on WCNSS_CORE |
| 21 | |
| 22 | if PRIMA_WLAN != n || PRONTO_WLAN != n |
| 23 | |
| 24 | config PRIMA_WLAN_BTAMP |
| 25 | bool "Enable the Prima WLAN BT-AMP feature" |
| 26 | default n |
| 27 | |
| 28 | config PRIMA_WLAN_LFR |
| 29 | bool "Enable the Prima WLAN Legacy Fast Roaming feature" |
| 30 | default n |
| 31 | |
| 32 | config PRIMA_WLAN_OKC |
| 33 | bool "Enable the Prima WLAN Opportunistic Key Caching feature" |
| 34 | default n |
| 35 | |
| 36 | config PRIMA_WLAN_11AC_HIGH_TP |
| 37 | bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)" |
| 38 | default n |
| 39 | |
| 40 | config WLAN_FEATURE_11W |
| 41 | bool "Enable the WLAN 802.11w Protected Management Frames feature" |
| 42 | default n |
| 43 | |
| 44 | config QCOM_VOWIFI_11R |
| 45 | bool "Enable Fast Transition (11r) feature" |
| 46 | default n |
| 47 | |
| 48 | config ENABLE_LINUX_REG |
| 49 | bool "Enable linux regulatory feature" |
| 50 | default n |
| 51 | |
Zvikomborero VIncent Zvikaramba | 7c436f9 | 2016-08-03 21:47:30 -0400 | [diff] [blame] | 52 | config WLAN_OFFLOAD_PACKETS |
| 53 | bool "Enable offload packets feature" |
| 54 | default n |
| 55 | |
Zvikomborero VIncent Zvikaramba | b726168 | 2016-08-03 01:27:15 -0400 | [diff] [blame] | 56 | endif # PRIMA_WLAN || PRONTO_WLAN |