blob: ce7826009eeb9dbc4375ff8329cf898e9d738e9c [file] [log] [blame]
Vladimir Kondratiev23c1d7f2012-11-28 18:57:19 +02001config ATH_COMMON
2 tristate
3
4menuconfig ATH_CARDS
Luis R. Rodriguez203c4802009-03-30 22:30:33 -04005 tristate "Atheros Wireless Cards"
Al Virobad31182011-08-18 20:12:50 +01006 depends on CFG80211 && (!UML || BROKEN)
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -07007 ---help---
8 This will enable the support for the Atheros wireless drivers.
Sujithfb9987d2010-03-17 14:25:25 +05309 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
Luis R. Rodriguezd15dd3e2009-08-12 09:56:59 -070010 enables the common ath.ko module which shares common helpers.
Bob Copeland3a702e42009-03-30 22:30:29 -040011
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070012 For more information and documentation on this module you can visit:
13
14 http://wireless.kernel.org/en/users/Drivers/ath
15
16 For information on all Atheros wireless drivers visit:
17
18 http://wireless.kernel.org/en/users/Drivers/Atheros
19
Vladimir Kondratiev23c1d7f2012-11-28 18:57:19 +020020if ATH_CARDS
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070021
22config ATH_DEBUG
23 bool "Atheros wireless debugging"
24 ---help---
25 Say Y, if you want to debug atheros wireless drivers.
26 Right now only ath9k makes use of this.
27
Sujith Manoharane6664df2014-09-27 13:27:45 +053028config ATH_TRACEPOINTS
29 bool "Atheros wireless tracing"
30 depends on ATH_DEBUG
31 depends on EVENT_TRACING
32 ---help---
33 This option enables tracepoints for atheros wireless drivers.
34 Currently, ath9k makes use of this facility.
35
Luis R. Rodriguez94e78762013-10-14 17:42:09 -070036config ATH_REG_DYNAMIC_USER_REG_HINTS
37 bool "Atheros dynamic user regulatory hints"
38 depends on CFG80211_CERTIFICATION_ONUS
39 default n
40 ---help---
41 Say N. This should only be enabled in countries where
42 this feature is explicitly allowed and only on cards that
43 specifically have been tested for this.
44
45config ATH_REG_DYNAMIC_USER_CERT_TESTING
46 bool "Atheros dynamic user regulatory testing"
47 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
48 default n
49 ---help---
50 Say N. This should only be enabled on systems
51 undergoing certification testing.
52
Luis R. Rodriguez203c4802009-03-30 22:30:33 -040053source "drivers/net/wireless/ath/ath5k/Kconfig"
54source "drivers/net/wireless/ath/ath9k/Kconfig"
Christian Lamparter1d7e1e62010-09-06 01:10:25 +020055source "drivers/net/wireless/ath/carl9170/Kconfig"
Kalle Valobdcd8172011-07-18 00:22:30 +030056source "drivers/net/wireless/ath/ath6kl/Kconfig"
Pontus Fuchsb7d572e2012-10-23 20:33:57 +020057source "drivers/net/wireless/ath/ar5523/Kconfig"
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -080058source "drivers/net/wireless/ath/wil6210/Kconfig"
Kalle Valo5e3dd152013-06-12 20:52:10 +030059source "drivers/net/wireless/ath/ath10k/Kconfig"
Eugene Krasnikov8e84c252013-10-08 21:25:58 +010060source "drivers/net/wireless/ath/wcn36xx/Kconfig"
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070061
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070062endif