blob: 15fb9e95c3bab110cc1243d323ad3d841520b914 [file] [log] [blame]
Jeff Johnson5f8c66d2012-06-20 16:11:17 -07001comment "Qualcomm Atheros Prima WLAN module"
2config 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
12if PRIMA_WLAN != n
13
14config PRIMA_WLAN_BTAMP
15 bool "Enable the Prima WLAN BT-AMP feature"
16 default n
17
Jeff Johnsonb837f9a2012-12-02 16:14:30 -080018config PRIMA_WLAN_LFR
19 bool "Enable the Prima WLAN Legacy Fast Roaming feature"
20 default n
21
22config PRIMA_WLAN_OKC
23 bool "Enable the Prima WLAN Opportunistic Key Caching feature"
24 default n
25
26config 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 Lanctot6802b302013-04-04 16:50:46 -070030config WLAN_FEATURE_11W
31 bool "Enable the WLAN 802.11w Protected Management Frames feature"
32 default n
33
Gopichand Nakkalafebb97e2013-04-18 19:25:48 +053034config QCOM_VOWIFI_11R
35 bool "Enable Fast Transition (11r) feature"
36 default n
37
Jeff Johnson5f8c66d2012-06-20 16:11:17 -070038endif # PRIMA_WLAN