blob: f68cb00450e0c5b37d315fdd6bafabd79fb3b917 [file] [log] [blame]
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04001config ATH9K_HW
2 tristate
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -08003config ATH9K_COMMON
4 tristate
Vladimir Kondratiev9a6f7342013-01-03 10:31:19 +02005 select ATH_COMMON
Oleksij Rempelb4c1b702014-11-19 12:30:28 +01006 select DEBUG_FS
7 select RELAY
Zefir Kurtisi29942bc2011-12-14 20:16:34 -08008config ATH9K_DFS_DEBUGFS
9 def_bool y
10 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040011
Sujith Manoharan70982b72012-02-22 12:42:04 +053012config ATH9K_BTCOEX_SUPPORT
13 bool "Atheros bluetooth coexistence support"
14 depends on (ATH9K || ATH9K_HTC)
15 default y
16 ---help---
17 Say Y, if you want to use the ath9k/ath9k_htc radios together with
18 Bluetooth modules in the same system.
19
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070020config ATH9K
21 tristate "Atheros 802.11n wireless cards support"
Geert Uytterhoevena01ae5b2013-05-09 23:04:47 +020022 depends on MAC80211 && HAS_DMA
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040023 select ATH9K_HW
Randy Dunlapd203b8e2008-09-02 12:07:56 -070024 select MAC80211_LEDS
25 select LEDS_CLASS
26 select NEW_LEDS
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -080027 select ATH9K_COMMON
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070028 ---help---
29 This module adds support for wireless adapters based on
Luis R. Rodriguez2a219eb2009-08-12 14:45:16 -070030 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
31 of chipsets. For a specific list of supported external
32 cards, laptops that already ship with these cards and
Masanari Iida278cee02013-06-01 01:30:56 +090033 APs that come with these cards refer to ath9k wiki
Luis R. Rodriguez2a219eb2009-08-12 14:45:16 -070034 products page:
35
36 http://wireless.kernel.org/en/users/Drivers/ath9k/products
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070037
38 If you choose to build a module, it'll be called ath9k.
Sujith88b126a2008-11-28 22:19:02 +053039
Gabor Juhos8e26a032011-04-12 18:23:16 +020040config ATH9K_PCI
41 bool "Atheros ath9k PCI/PCIe bus support"
Daniel Kuehnfdacbcd2011-11-09 23:57:57 +010042 default y
Gabor Juhos8e26a032011-04-12 18:23:16 +020043 depends on ATH9K && PCI
Gabor Juhos8e26a032011-04-12 18:23:16 +020044 ---help---
45 This option enables the PCI bus support in ath9k.
46
47 Say Y, if you have a compatible PCI/PCIe wireless card.
48
49config ATH9K_AHB
50 bool "Atheros ath9k AHB bus support"
51 depends on ATH9K
52 default n
53 ---help---
54 This option enables the AHB bus support in ath9k.
55
56 Say Y, if you have a SoC with a compatible built-in
57 wireless MAC. Say N if unsure.
58
Felix Fietkaua830df02009-11-23 22:33:27 +010059config ATH9K_DEBUGFS
Sujith88b126a2008-11-28 22:19:02 +053060 bool "Atheros ath9k debugging"
Sujith Manoharane5614a92013-08-26 13:23:43 +053061 depends on ATH9K && DEBUG_FS
Sujith Manoharan12e94322012-12-20 08:38:00 +053062 select MAC80211_DEBUGFS
Sven Eckelmannc672a3a2013-01-31 10:26:44 +010063 select RELAY
Sujith88b126a2008-11-28 22:19:02 +053064 ---help---
Felix Fietkaua830df02009-11-23 22:33:27 +010065 Say Y, if you need access to ath9k's statistics for
66 interrupts, rate control, etc.
Sujith88b126a2008-11-28 22:19:02 +053067
Felix Fietkaua830df02009-11-23 22:33:27 +010068 Also required for changing debug message flags at run time.
Sujith88b126a2008-11-28 22:19:02 +053069
Sujith Manoharan1cdbaf02014-01-13 07:29:27 +053070config ATH9K_STATION_STATISTICS
71 bool "Detailed station statistics"
72 depends on ATH9K && ATH9K_DEBUGFS && DEBUG_FS
73 select MAC80211_DEBUGFS
74 default n
75 ---help---
76 This option enables detailed statistics for association stations.
77
Helmut Schaae7ae3282016-04-28 16:45:05 +020078config ATH9K_TX99
79 bool "Atheros ath9k TX99 testing support"
80 depends on ATH9K_DEBUGFS && CFG80211_CERTIFICATION_ONUS
81 default n
82 ---help---
83 Say N. This should only be enabled on systems undergoing
84 certification testing and evaluation in a controlled environment.
85 Enabling this will only enable TX99 support, all other modes of
86 operation will be disabled.
87
88 TX99 support enables Specific Absorption Rate (SAR) testing.
89 SAR is the unit of measurement for the amount of radio frequency(RF)
90 absorbed by the body when using a wireless device. The RF exposure
91 limits used are expressed in the terms of SAR, which is a measure
92 of the electric and magnetic field strength and power density for
93 transmitters operating at frequencies from 300 kHz to 100 GHz.
94 Regulatory bodies around the world require that wireless device
95 be evaluated to meet the RF exposure limits set forth in the
96 governmental SAR regulations.
97
Zefir Kurtisi29942bc2011-12-14 20:16:34 -080098config ATH9K_DFS_CERTIFIED
99 bool "Atheros DFS support for certified platforms"
Luis R. Rodriguez00267d52012-07-10 10:24:54 -0700100 depends on ATH9K && CFG80211_CERTIFICATION_ONUS
Zefir Kurtisi29942bc2011-12-14 20:16:34 -0800101 default n
102 ---help---
103 This option enables DFS support for initiating radiation on
104 ath9k. There is no way to dynamically detect if a card was DFS
105 certified and as such this is left as a build time option. This
106 option should only be enabled by system integrators that can
107 guarantee that all the platforms that their kernel will run on
108 have obtained appropriate regulatory body certification for a
109 respective Atheros card by using ath9k on the target shipping
110 platforms.
111
112 This is currently only a placeholder for future DFS support,
113 as DFS support requires more components that still need to be
114 developed. At this point enabling this option won't do anything
115 except increase code size.
116
Lorenzo Bianconice719152014-09-16 02:13:10 +0200117config ATH9K_DYNACK
118 bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)"
119 depends on ATH9K
120 default n
121 ---help---
122 This option enables ath9k dynamic ACK timeout estimation algorithm
123 based on ACK frame RX timestamp, TX frame timestamp and frame
124 duration
125
Sujith Manoharanbb00b1f2013-10-28 11:33:19 +0530126config ATH9K_WOW
127 bool "Wake on Wireless LAN support (EXPERIMENTAL)"
128 depends on ATH9K && PM
129 default n
130 ---help---
131 This option enables Wake on Wireless LAN support for certain cards.
132 Currently, AR9462 is supported.
133
Johannes Berg74e13062013-07-03 20:55:38 +0200134config ATH9K_RFKILL
135 bool "Atheros ath9k rfkill support" if EXPERT
136 depends on ATH9K
137 depends on RFKILL=y || RFKILL=ATH9K
138 default y
139 help
140 Say Y to have ath9k poll the RF-Kill GPIO every couple of
141 seconds. Turn off to save power, but enable it if you have
142 a platform that can toggle the RF-Kill GPIO.
143
Sujith Manoharan0e721bd2014-08-22 20:39:28 +0530144config ATH9K_CHANNEL_CONTEXT
145 bool "Channel Context support"
146 depends on ATH9K
147 default n
148 ---help---
149 This option enables channel context support in ath9k, which is needed
150 for multi-channel concurrency. Enable this if P2P PowerSave support
151 is required.
152
Felix Fietkau935477e2014-10-25 17:19:26 +0200153config ATH9K_PCOEM
154 bool "Atheros ath9k support for PC OEM cards" if EXPERT
155 depends on ATH9K
156 default y
157
Sujithfb9987d2010-03-17 14:25:25 +0530158config ATH9K_HTC
159 tristate "Atheros HTC based wireless cards support"
160 depends on USB && MAC80211
161 select ATH9K_HW
162 select MAC80211_LEDS
163 select LEDS_CLASS
164 select NEW_LEDS
165 select ATH9K_COMMON
166 ---help---
167 Support for Atheros HTC based cards.
168 Chipsets supported: AR9271
169
170 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
171
172 The built module will be ath9k_htc.
173
174config ATH9K_HTC_DEBUGFS
175 bool "Atheros ath9k_htc debugging"
176 depends on ATH9K_HTC && DEBUG_FS
177 ---help---
178 Say Y, if you need access to ath9k_htc's statistics.
Miaoqing Paned14dc02015-10-09 17:06:45 +0800179
180config ATH9K_HWRNG
181 bool "Random number generator support"
182 depends on ATH9K && (HW_RANDOM = y || HW_RANDOM = ATH9K)
183 default y
184 ---help---
185 This option incorporates the ADC register output as a source of
186 randomness into Linux entropy pool (/dev/urandom and /dev/random)
187
188 Say Y, feeds the entropy directly from the WiFi driver to the input
189 pool.