xref: /linux/drivers/net/wireless/ath/Kconfig (revision e6664dff0608440f117b0348594b887cb9725e4f)
123c1d7f6SVladimir Kondratievconfig ATH_COMMON
223c1d7f6SVladimir Kondratiev	tristate
323c1d7f6SVladimir Kondratiev
423c1d7f6SVladimir Kondratievmenuconfig ATH_CARDS
5203c4805SLuis R. Rodriguez	tristate "Atheros Wireless Cards"
6bad3118fSAl Viro	depends on CFG80211 && (!UML || BROKEN)
7b820b3bcSLuis R. Rodriguez	---help---
8b820b3bcSLuis R. Rodriguez	  This will enable the support for the Atheros wireless drivers.
9fb9987d0SSujith	  ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
10d15dd3e5SLuis R. Rodriguez	  enables the common ath.ko module which shares common helpers.
113a702e49SBob Copeland
12b820b3bcSLuis R. Rodriguez	  For more information and documentation on this module you can visit:
13b820b3bcSLuis R. Rodriguez
14b820b3bcSLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/ath
15b820b3bcSLuis R. Rodriguez
16b820b3bcSLuis R. Rodriguez	  For information on all Atheros wireless drivers visit:
17b820b3bcSLuis R. Rodriguez
18b820b3bcSLuis R. Rodriguez	  http://wireless.kernel.org/en/users/Drivers/Atheros
19b820b3bcSLuis R. Rodriguez
2023c1d7f6SVladimir Kondratievif ATH_CARDS
21c46917bbSLuis R. Rodriguez
22c46917bbSLuis R. Rodriguezconfig ATH_DEBUG
23c46917bbSLuis R. Rodriguez	bool "Atheros wireless debugging"
24c46917bbSLuis R. Rodriguez	---help---
25c46917bbSLuis R. Rodriguez	  Say Y, if you want to debug atheros wireless drivers.
26c46917bbSLuis R. Rodriguez	  Right now only ath9k makes use of this.
27c46917bbSLuis R. Rodriguez
28*e6664dffSSujith Manoharanconfig ATH_TRACEPOINTS
29*e6664dffSSujith Manoharan       bool "Atheros wireless tracing"
30*e6664dffSSujith Manoharan       depends on ATH_DEBUG
31*e6664dffSSujith Manoharan       depends on EVENT_TRACING
32*e6664dffSSujith Manoharan       ---help---
33*e6664dffSSujith Manoharan         This option enables tracepoints for atheros wireless drivers.
34*e6664dffSSujith Manoharan	 Currently, ath9k makes use of this facility.
35*e6664dffSSujith Manoharan
3694e7876dSLuis R. Rodriguezconfig ATH_REG_DYNAMIC_USER_REG_HINTS
3794e7876dSLuis R. Rodriguez	bool "Atheros dynamic user regulatory hints"
3894e7876dSLuis R. Rodriguez	depends on CFG80211_CERTIFICATION_ONUS
3994e7876dSLuis R. Rodriguez	default n
4094e7876dSLuis R. Rodriguez	---help---
4194e7876dSLuis R. Rodriguez	  Say N. This should only be enabled in countries where
4294e7876dSLuis R. Rodriguez	  this feature is explicitly allowed and only on cards that
4394e7876dSLuis R. Rodriguez	  specifically have been tested for this.
4494e7876dSLuis R. Rodriguez
4594e7876dSLuis R. Rodriguezconfig ATH_REG_DYNAMIC_USER_CERT_TESTING
4694e7876dSLuis R. Rodriguez	bool "Atheros dynamic user regulatory testing"
4794e7876dSLuis R. Rodriguez	depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
4894e7876dSLuis R. Rodriguez	default n
4994e7876dSLuis R. Rodriguez	---help---
5094e7876dSLuis R. Rodriguez	  Say N. This should only be enabled on systems
5194e7876dSLuis R. Rodriguez	  undergoing certification testing.
5294e7876dSLuis R. Rodriguez
53203c4805SLuis R. Rodriguezsource "drivers/net/wireless/ath/ath5k/Kconfig"
54203c4805SLuis R. Rodriguezsource "drivers/net/wireless/ath/ath9k/Kconfig"
551d7e1e6bSChristian Lampartersource "drivers/net/wireless/ath/carl9170/Kconfig"
56bdcd8170SKalle Valosource "drivers/net/wireless/ath/ath6kl/Kconfig"
57b7d572e1SPontus Fuchssource "drivers/net/wireless/ath/ar5523/Kconfig"
582be7d22fSVladimir Kondratievsource "drivers/net/wireless/ath/wil6210/Kconfig"
595e3dd157SKalle Valosource "drivers/net/wireless/ath/ath10k/Kconfig"
608e84c258SEugene Krasnikovsource "drivers/net/wireless/ath/wcn36xx/Kconfig"
61c46917bbSLuis R. Rodriguez
62b820b3bcSLuis R. Rodriguezendif
63