2012-11-28 20:57:19 +04:00
config ATH_COMMON
tristate
menuconfig ATH_CARDS
2009-03-31 06:30:33 +04:00
tristate "Atheros Wireless Cards"
2011-08-18 23:12:50 +04:00
depends on CFG80211 && (!UML || BROKEN)
2009-07-28 03:52:07 +04:00
---help---
This will enable the support for the Atheros wireless drivers.
2010-03-17 11:55:25 +03:00
ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
2009-08-12 20:56:59 +04:00
enables the common ath.ko module which shares common helpers.
2009-03-31 06:30:29 +04:00
2009-07-28 03:52:07 +04:00
For more information and documentation on this module you can visit:
http://wireless.kernel.org/en/users/Drivers/ath
For information on all Atheros wireless drivers visit:
http://wireless.kernel.org/en/users/Drivers/Atheros
2012-11-28 20:57:19 +04:00
if ATH_CARDS
2009-09-13 13:42:02 +04:00
config ATH_DEBUG
bool "Atheros wireless debugging"
---help---
Say Y, if you want to debug atheros wireless drivers.
Right now only ath9k makes use of this.
2014-09-27 11:57:45 +04:00
config ATH_TRACEPOINTS
bool "Atheros wireless tracing"
depends on ATH_DEBUG
depends on EVENT_TRACING
---help---
This option enables tracepoints for atheros wireless drivers.
Currently, ath9k makes use of this facility.
2013-10-15 04:42:09 +04:00
config ATH_REG_DYNAMIC_USER_REG_HINTS
bool "Atheros dynamic user regulatory hints"
depends on CFG80211_CERTIFICATION_ONUS
default n
---help---
Say N. This should only be enabled in countries where
this feature is explicitly allowed and only on cards that
specifically have been tested for this.
config ATH_REG_DYNAMIC_USER_CERT_TESTING
bool "Atheros dynamic user regulatory testing"
depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
default n
---help---
Say N. This should only be enabled on systems
undergoing certification testing.
2009-03-31 06:30:33 +04:00
source "drivers/net/wireless/ath/ath5k/Kconfig"
source "drivers/net/wireless/ath/ath9k/Kconfig"
2010-09-06 03:10:25 +04:00
source "drivers/net/wireless/ath/carl9170/Kconfig"
2011-07-18 01:22:30 +04:00
source "drivers/net/wireless/ath/ath6kl/Kconfig"
2012-10-23 22:33:57 +04:00
source "drivers/net/wireless/ath/ar5523/Kconfig"
2012-12-21 01:13:19 +04:00
source "drivers/net/wireless/ath/wil6210/Kconfig"
2013-06-12 21:52:10 +04:00
source "drivers/net/wireless/ath/ath10k/Kconfig"
2013-10-09 00:25:58 +04:00
source "drivers/net/wireless/ath/wcn36xx/Kconfig"
2009-09-13 13:42:02 +04:00
2009-07-28 03:52:07 +04:00
endif