xref: /linux/drivers/net/wireless/ath/Kconfig (revision a6cf02e6485a80ec0f708e1f72ee95abc3426b84)
123c1d7f6SVladimir Kondratievconfig ATH_COMMON
223c1d7f6SVladimir Kondratiev	tristate
323c1d7f6SVladimir Kondratiev
4b5c9b4f9SKalle Valoconfig WLAN_VENDOR_ATH
5b5c9b4f9SKalle Valo	bool "Atheros/Qualcomm devices"
6b5c9b4f9SKalle Valo	default y
7b820b3bcSLuis R. Rodriguez	---help---
8b5c9b4f9SKalle Valo	  If you have a wireless card belonging to this class, say Y.
9b5c9b4f9SKalle Valo
10b5c9b4f9SKalle Valo	  Note that the answer to this question doesn't directly affect the
11*a6cf02e6SRandy Dunlap	  kernel: saying N will just cause the configurator to skip all the
12*a6cf02e6SRandy Dunlap	  questions about these cards. If you say Y, you will be asked for
13b5c9b4f9SKalle Valo	  your specific card in the following questions.
143a702e49SBob Copeland
15b820b3bcSLuis R. Rodriguez	  For more information and documentation on this module you can visit:
16b820b3bcSLuis R. Rodriguez
17b820b3bcSLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/ath
18b820b3bcSLuis R. Rodriguez
19b820b3bcSLuis R. Rodriguez	  For information on all Atheros wireless drivers visit:
20b820b3bcSLuis R. Rodriguez
21b820b3bcSLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/Atheros
22b820b3bcSLuis R. Rodriguez
23b5c9b4f9SKalle Valoif WLAN_VENDOR_ATH
24c46917bbSLuis R. Rodriguez
25c46917bbSLuis R. Rodriguezconfig ATH_DEBUG
26c46917bbSLuis R. Rodriguez	bool "Atheros wireless debugging"
27c46917bbSLuis R. Rodriguez	---help---
28c46917bbSLuis R. Rodriguez	  Say Y, if you want to debug atheros wireless drivers.
29c46917bbSLuis R. Rodriguez	  Right now only ath9k makes use of this.
30c46917bbSLuis R. Rodriguez
31e6664dffSSujith Manoharanconfig ATH_TRACEPOINTS
32e6664dffSSujith Manoharan       bool "Atheros wireless tracing"
33e6664dffSSujith Manoharan       depends on ATH_DEBUG
34e6664dffSSujith Manoharan       depends on EVENT_TRACING
35e6664dffSSujith Manoharan       ---help---
36e6664dffSSujith Manoharan         This option enables tracepoints for atheros wireless drivers.
37e6664dffSSujith Manoharan	 Currently, ath9k makes use of this facility.
38e6664dffSSujith Manoharan
3994e7876dSLuis R. Rodriguezconfig ATH_REG_DYNAMIC_USER_REG_HINTS
4094e7876dSLuis R. Rodriguez	bool "Atheros dynamic user regulatory hints"
4194e7876dSLuis R. Rodriguez	depends on CFG80211_CERTIFICATION_ONUS
4294e7876dSLuis R. Rodriguez	default n
4394e7876dSLuis R. Rodriguez	---help---
4494e7876dSLuis R. Rodriguez	  Say N. This should only be enabled in countries where
4594e7876dSLuis R. Rodriguez	  this feature is explicitly allowed and only on cards that
4694e7876dSLuis R. Rodriguez	  specifically have been tested for this.
4794e7876dSLuis R. Rodriguez
4894e7876dSLuis R. Rodriguezconfig ATH_REG_DYNAMIC_USER_CERT_TESTING
4994e7876dSLuis R. Rodriguez	bool "Atheros dynamic user regulatory testing"
5094e7876dSLuis R. Rodriguez	depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
5194e7876dSLuis R. Rodriguez	default n
5294e7876dSLuis R. Rodriguez	---help---
5394e7876dSLuis R. Rodriguez	  Say N. This should only be enabled on systems
5494e7876dSLuis R. Rodriguez	  undergoing certification testing.
5594e7876dSLuis R. Rodriguez
56203c4805SLuis R. Rodriguezsource "drivers/net/wireless/ath/ath5k/Kconfig"
57203c4805SLuis R. Rodriguezsource "drivers/net/wireless/ath/ath9k/Kconfig"
581d7e1e6bSChristian Lampartersource "drivers/net/wireless/ath/carl9170/Kconfig"
59bdcd8170SKalle Valosource "drivers/net/wireless/ath/ath6kl/Kconfig"
60b7d572e1SPontus Fuchssource "drivers/net/wireless/ath/ar5523/Kconfig"
612be7d22fSVladimir Kondratievsource "drivers/net/wireless/ath/wil6210/Kconfig"
625e3dd157SKalle Valosource "drivers/net/wireless/ath/ath10k/Kconfig"
638e84c258SEugene Krasnikovsource "drivers/net/wireless/ath/wcn36xx/Kconfig"
64c46917bbSLuis R. Rodriguez
65b820b3bcSLuis R. Rodriguezendif
66