Jeff Johnson | 5f8c66d | 2012-06-20 16:11:17 -0700 | [diff] [blame] | 1 | comment "Qualcomm Atheros Prima WLAN module" |
| 2 | config PRIMA_WLAN |
| 3 | tristate "Qualcomm Atheros Prima WLAN module" |
| 4 | default n |
| 5 | help |
| 6 | Add support for the Qualcomm Atheros Prima WLAN module |
| 7 | |
| 8 | # depends on WLAN |
| 9 | # depends on CFG80211 |
| 10 | # depends on WCNSS_CORE |
| 11 | |
| 12 | if PRIMA_WLAN != n |
| 13 | |
| 14 | config PRIMA_WLAN_BTAMP |
| 15 | bool "Enable the Prima WLAN BT-AMP feature" |
| 16 | default n |
| 17 | |
Jeff Johnson | 262209f | 2012-12-02 16:14:30 -0800 | [diff] [blame] | 18 | config PRIMA_WLAN_LFR |
| 19 | bool "Enable the Prima WLAN Legacy Fast Roaming feature" |
| 20 | default n |
| 21 | |
| 22 | config PRIMA_WLAN_OKC |
| 23 | bool "Enable the Prima WLAN Opportunistic Key Caching feature" |
| 24 | default n |
| 25 | |
| 26 | config PRIMA_WLAN_11AC_HIGH_TP |
| 27 | bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)" |
| 28 | default n |
| 29 | |
Chet Lanctot | 8c99b2b | 2013-04-04 16:50:46 -0700 | [diff] [blame^] | 30 | config WLAN_FEATURE_11W |
| 31 | bool "Enable the WLAN 802.11w Protected Management Frames feature" |
| 32 | default n |
| 33 | |
Jeff Johnson | 5f8c66d | 2012-06-20 16:11:17 -0700 | [diff] [blame] | 34 | endif # PRIMA_WLAN |