blob: 64606d729751cb35691af9571c40d10e83e6accb [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
Jeff Johnson5f8c66d2012-06-20 16:11:17 -070030endif # PRIMA_WLAN