blob: 9306175a229007d08ce161c31c6f74e29bfbecc8 [file] [log] [blame]
Zvikomborero VIncent Zvikarambab7261682016-08-03 01:27:15 -04001comment "Qualcomm Atheros Prima WLAN module"
2
3config 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
10config 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
22if PRIMA_WLAN != n || PRONTO_WLAN != n
23
24config PRIMA_WLAN_BTAMP
25 bool "Enable the Prima WLAN BT-AMP feature"
26 default n
27
28config 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
40config WLAN_FEATURE_11W
41 bool "Enable the WLAN 802.11w Protected Management Frames feature"
42 default n
43
44config QCOM_VOWIFI_11R
45 bool "Enable Fast Transition (11r) feature"
46 default n
47
48config ENABLE_LINUX_REG
49 bool "Enable linux regulatory feature"
50 default n
51
Zvikomborero VIncent Zvikaramba7c436f92016-08-03 21:47:30 -040052config WLAN_OFFLOAD_PACKETS
53 bool "Enable offload packets feature"
54 default n
55
Zvikomborero VIncent Zvikarambab7261682016-08-03 01:27:15 -040056endif # PRIMA_WLAN || PRONTO_WLAN