blob: d98d6ac90f3d9cd107ba937aab44405a7c2a9fac [file] [log] [blame]
Kalle Valo07667892019-06-25 17:52:25 +03001# SPDX-License-Identifier: ISC
Vladimir Kondratiev23c1d7f2012-11-28 18:57:19 +02002config ATH_COMMON
3 tristate
4
Kalle Valob5c9b4f2015-11-18 10:38:32 +02005config WLAN_VENDOR_ATH
6 bool "Atheros/Qualcomm devices"
7 default y
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -07008 ---help---
Kalle Valob5c9b4f2015-11-18 10:38:32 +02009 If you have a wireless card belonging to this class, say Y.
10
11 Note that the answer to this question doesn't directly affect the
Randy Dunlapa6cf02e2018-03-02 18:03:30 -080012 kernel: saying N will just cause the configurator to skip all the
13 questions about these cards. If you say Y, you will be asked for
Kalle Valob5c9b4f2015-11-18 10:38:32 +020014 your specific card in the following questions.
Bob Copeland3a702e42009-03-30 22:30:29 -040015
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070016 For more information and documentation on this module you can visit:
17
18 http://wireless.kernel.org/en/users/Drivers/ath
19
20 For information on all Atheros wireless drivers visit:
21
22 http://wireless.kernel.org/en/users/Drivers/Atheros
23
Kalle Valob5c9b4f2015-11-18 10:38:32 +020024if WLAN_VENDOR_ATH
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070025
26config ATH_DEBUG
27 bool "Atheros wireless debugging"
28 ---help---
29 Say Y, if you want to debug atheros wireless drivers.
30 Right now only ath9k makes use of this.
31
Sujith Manoharane6664df2014-09-27 13:27:45 +053032config ATH_TRACEPOINTS
33 bool "Atheros wireless tracing"
34 depends on ATH_DEBUG
35 depends on EVENT_TRACING
36 ---help---
37 This option enables tracepoints for atheros wireless drivers.
38 Currently, ath9k makes use of this facility.
39
Luis R. Rodriguez94e78762013-10-14 17:42:09 -070040config ATH_REG_DYNAMIC_USER_REG_HINTS
41 bool "Atheros dynamic user regulatory hints"
42 depends on CFG80211_CERTIFICATION_ONUS
43 default n
44 ---help---
45 Say N. This should only be enabled in countries where
46 this feature is explicitly allowed and only on cards that
47 specifically have been tested for this.
48
49config ATH_REG_DYNAMIC_USER_CERT_TESTING
50 bool "Atheros dynamic user regulatory testing"
51 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
52 default n
53 ---help---
54 Say N. This should only be enabled on systems
55 undergoing certification testing.
56
Luis R. Rodriguez203c4802009-03-30 22:30:33 -040057source "drivers/net/wireless/ath/ath5k/Kconfig"
58source "drivers/net/wireless/ath/ath9k/Kconfig"
Christian Lamparter1d7e1e62010-09-06 01:10:25 +020059source "drivers/net/wireless/ath/carl9170/Kconfig"
Kalle Valobdcd8172011-07-18 00:22:30 +030060source "drivers/net/wireless/ath/ath6kl/Kconfig"
Pontus Fuchsb7d572e2012-10-23 20:33:57 +020061source "drivers/net/wireless/ath/ar5523/Kconfig"
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -080062source "drivers/net/wireless/ath/wil6210/Kconfig"
Kalle Valo5e3dd152013-06-12 20:52:10 +030063source "drivers/net/wireless/ath/ath10k/Kconfig"
Eugene Krasnikov8e84c252013-10-08 21:25:58 +010064source "drivers/net/wireless/ath/wcn36xx/Kconfig"
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070065
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070066endif