xref: /linux/drivers/net/wireless/ath/Kconfig (revision 94e7876daa4396d7a997d57dfcceaab6851bd017)
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*94e7876dSLuis R. Rodriguezconfig ATH_REG_DYNAMIC_USER_REG_HINTS
29*94e7876dSLuis R. Rodriguez	bool "Atheros dynamic user regulatory hints"
30*94e7876dSLuis R. Rodriguez	depends on CFG80211_CERTIFICATION_ONUS
31*94e7876dSLuis R. Rodriguez	default n
32*94e7876dSLuis R. Rodriguez	---help---
33*94e7876dSLuis R. Rodriguez	  Say N. This should only be enabled in countries where
34*94e7876dSLuis R. Rodriguez	  this feature is explicitly allowed and only on cards that
35*94e7876dSLuis R. Rodriguez	  specifically have been tested for this.
36*94e7876dSLuis R. Rodriguez
37*94e7876dSLuis R. Rodriguezconfig ATH_REG_DYNAMIC_USER_CERT_TESTING
38*94e7876dSLuis R. Rodriguez	bool "Atheros dynamic user regulatory testing"
39*94e7876dSLuis R. Rodriguez	depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
40*94e7876dSLuis R. Rodriguez	default n
41*94e7876dSLuis R. Rodriguez	---help---
42*94e7876dSLuis R. Rodriguez	  Say N. This should only be enabled on systems
43*94e7876dSLuis R. Rodriguez	  undergoing certification testing.
44*94e7876dSLuis R. Rodriguez
45203c4805SLuis R. Rodriguezsource "drivers/net/wireless/ath/ath5k/Kconfig"
46203c4805SLuis R. Rodriguezsource "drivers/net/wireless/ath/ath9k/Kconfig"
471d7e1e6bSChristian Lampartersource "drivers/net/wireless/ath/carl9170/Kconfig"
48bdcd8170SKalle Valosource "drivers/net/wireless/ath/ath6kl/Kconfig"
49b7d572e1SPontus Fuchssource "drivers/net/wireless/ath/ar5523/Kconfig"
502be7d22fSVladimir Kondratievsource "drivers/net/wireless/ath/wil6210/Kconfig"
515e3dd157SKalle Valosource "drivers/net/wireless/ath/ath10k/Kconfig"
528e84c258SEugene Krasnikovsource "drivers/net/wireless/ath/wcn36xx/Kconfig"
53c46917bbSLuis R. Rodriguez
54b820b3bcSLuis R. Rodriguezendif
55