blob: 9306175a229007d08ce161c31c6f74e29bfbecc8 [file] [log] [blame]
Jeff Johnson5f8c66d2012-06-20 16:11:17 -07001comment "Qualcomm Atheros Prima WLAN module"
Bansidhar Gopalacharie5acfa72013-07-30 10:02:28 -07002
Jeff Johnson5f8c66d2012-06-20 16:11:17 -07003config PRIMA_WLAN
Bansidhar Gopalacharie5acfa72013-07-30 10:02:28 -07004
Jeff Johnson5f8c66d2012-06-20 16:11:17 -07005 tristate "Qualcomm Atheros Prima WLAN module"
6 default n
7 help
8 Add support for the Qualcomm Atheros Prima WLAN module
9
Bansidhar Gopalacharie5acfa72013-07-30 10:02:28 -070010config 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
Jeff Johnson5f8c66d2012-06-20 16:11:17 -070018# depends on WLAN
19# depends on CFG80211
20# depends on WCNSS_CORE
21
Bansidhar Gopalacharie5acfa72013-07-30 10:02:28 -070022if PRIMA_WLAN != n || PRONTO_WLAN != n
Jeff Johnson5f8c66d2012-06-20 16:11:17 -070023
24config PRIMA_WLAN_BTAMP
25 bool "Enable the Prima WLAN BT-AMP feature"
26 default n
27
Jeff Johnsonb837f9a2012-12-02 16:14:30 -080028config PRIMA_WLAN_LFR
29 bool "Enable the Prima WLAN Legacy Fast Roaming feature"
30 default n
31
32config PRIMA_WLAN_OKC
33 bool "Enable the Prima WLAN Opportunistic Key Caching feature"
34 default n
35
36config PRIMA_WLAN_11AC_HIGH_TP
37 bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)"
38 default n
39
Chet Lanctot6802b302013-04-04 16:50:46 -070040config WLAN_FEATURE_11W
41 bool "Enable the WLAN 802.11w Protected Management Frames feature"
42 default n
43
Gopichand Nakkalafebb97e2013-04-18 19:25:48 +053044config QCOM_VOWIFI_11R
45 bool "Enable Fast Transition (11r) feature"
46 default n
47
Anand N Sunkad503287c2014-11-25 18:27:09 +053048config ENABLE_LINUX_REG
Amar Singhalfddc28c2013-09-05 13:03:40 -070049 bool "Enable linux regulatory feature"
50 default n
51
Srinivas Girigowda8bf64cb2015-09-30 19:50:09 +053052config WLAN_OFFLOAD_PACKETS
53 bool "Enable offload packets feature"
54 default n
55
Bansidhar Gopalacharie5acfa72013-07-30 10:02:28 -070056endif # PRIMA_WLAN || PRONTO_WLAN