Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / wireless / ath / ath9k / Kconfig
CommitLineData
7322fd19
LR
1config ATH9K_HW
2 tristate
db86f07e
LR
3config ATH9K_COMMON
4 tristate
9a6f7347 5 select ATH_COMMON
29942bc1
ZK
6config ATH9K_DFS_DEBUGFS
7 def_bool y
8 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
7322fd19 9
70982b72
SM
10config ATH9K_BTCOEX_SUPPORT
11 bool "Atheros bluetooth coexistence support"
12 depends on (ATH9K || ATH9K_HTC)
13 default y
14 ---help---
15 Say Y, if you want to use the ath9k/ath9k_htc radios together with
16 Bluetooth modules in the same system.
17
f078f209
LR
18config ATH9K
19 tristate "Atheros 802.11n wireless cards support"
4837ef42 20 depends on MAC80211 && HAS_DMA
7322fd19 21 select ATH9K_HW
d203b8ef
RD
22 select MAC80211_LEDS
23 select LEDS_CLASS
24 select NEW_LEDS
db86f07e 25 select ATH9K_COMMON
f078f209
LR
26 ---help---
27 This module adds support for wireless adapters based on
2a219eb2
LR
28 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
29 of chipsets. For a specific list of supported external
30 cards, laptops that already ship with these cards and
31 APs that come with these cards refer to to ath9k wiki
32 products page:
33
34 http://wireless.kernel.org/en/users/Drivers/ath9k/products
f078f209
LR
35
36 If you choose to build a module, it'll be called ath9k.
88b126af 37
8e26a030
GJ
38config ATH9K_PCI
39 bool "Atheros ath9k PCI/PCIe bus support"
fdacbcda 40 default y
8e26a030 41 depends on ATH9K && PCI
8e26a030
GJ
42 ---help---
43 This option enables the PCI bus support in ath9k.
44
45 Say Y, if you have a compatible PCI/PCIe wireless card.
46
47config ATH9K_AHB
48 bool "Atheros ath9k AHB bus support"
49 depends on ATH9K
50 default n
51 ---help---
52 This option enables the AHB bus support in ath9k.
53
54 Say Y, if you have a SoC with a compatible built-in
55 wireless MAC. Say N if unsure.
56
a830df07 57config ATH9K_DEBUGFS
88b126af 58 bool "Atheros ath9k debugging"
12e94327
SM
59 depends on ATH9K
60 select MAC80211_DEBUGFS
c672a3ab 61 select RELAY
88b126af 62 ---help---
a830df07
FF
63 Say Y, if you need access to ath9k's statistics for
64 interrupts, rate control, etc.
88b126af 65
a830df07 66 Also required for changing debug message flags at run time.
c46917bb 67
29942bc1
ZK
68config ATH9K_DFS_CERTIFIED
69 bool "Atheros DFS support for certified platforms"
00267d59 70 depends on ATH9K && CFG80211_CERTIFICATION_ONUS
29942bc1
ZK
71 default n
72 ---help---
73 This option enables DFS support for initiating radiation on
74 ath9k. There is no way to dynamically detect if a card was DFS
75 certified and as such this is left as a build time option. This
76 option should only be enabled by system integrators that can
77 guarantee that all the platforms that their kernel will run on
78 have obtained appropriate regulatory body certification for a
79 respective Atheros card by using ath9k on the target shipping
80 platforms.
81
82 This is currently only a placeholder for future DFS support,
83 as DFS support requires more components that still need to be
84 developed. At this point enabling this option won't do anything
85 except increase code size.
86
5baec742
FF
87config ATH9K_MAC_DEBUG
88 bool "Atheros MAC statistics"
89 depends on ATH9K_DEBUGFS
90 default y
91 ---help---
92 This option enables collection of statistics for Rx/Tx status
93 data and some other MAC related statistics
94
6e5c2b4e
FF
95config ATH9K_RATE_CONTROL
96 bool "Atheros ath9k rate control"
97 depends on ATH9K
98 default y
99 ---help---
100 Say Y, if you want to use the ath9k specific rate control
101 module instead of minstrel_ht.
102
fb9987d0
S
103config ATH9K_HTC
104 tristate "Atheros HTC based wireless cards support"
105 depends on USB && MAC80211
106 select ATH9K_HW
107 select MAC80211_LEDS
108 select LEDS_CLASS
109 select NEW_LEDS
110 select ATH9K_COMMON
111 ---help---
112 Support for Atheros HTC based cards.
113 Chipsets supported: AR9271
114
115 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
116
117 The built module will be ath9k_htc.
118
119config ATH9K_HTC_DEBUGFS
120 bool "Atheros ath9k_htc debugging"
121 depends on ATH9K_HTC && DEBUG_FS
122 ---help---
123 Say Y, if you need access to ath9k_htc's statistics.