2012-11-28 16:57:19 +00:00
|
|
|
config ATH_COMMON
|
|
|
|
tristate
|
|
|
|
|
2015-11-18 08:38:32 +00:00
|
|
|
config WLAN_VENDOR_ATH
|
|
|
|
bool "Atheros/Qualcomm devices"
|
|
|
|
default y
|
2009-07-27 23:52:07 +00:00
|
|
|
---help---
|
2015-11-18 08:38:32 +00:00
|
|
|
If you have a wireless card belonging to this class, say Y.
|
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
2018-03-03 02:03:30 +00:00
|
|
|
kernel: saying N will just cause the configurator to skip all the
|
|
|
|
questions about these cards. If you say Y, you will be asked for
|
2015-11-18 08:38:32 +00:00
|
|
|
your specific card in the following questions.
|
2009-03-31 02:30:29 +00:00
|
|
|
|
2009-07-27 23:52:07 +00: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
|
|
|
|
|
2015-11-18 08:38:32 +00:00
|
|
|
if WLAN_VENDOR_ATH
|
2009-09-13 09:42:02 +00: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 07:57:45 +00: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 00:42:09 +00: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 02:30:33 +00:00
|
|
|
source "drivers/net/wireless/ath/ath5k/Kconfig"
|
|
|
|
source "drivers/net/wireless/ath/ath9k/Kconfig"
|
2010-09-05 23:10:25 +00:00
|
|
|
source "drivers/net/wireless/ath/carl9170/Kconfig"
|
2011-07-17 21:22:30 +00:00
|
|
|
source "drivers/net/wireless/ath/ath6kl/Kconfig"
|
2012-10-23 18:33:57 +00:00
|
|
|
source "drivers/net/wireless/ath/ar5523/Kconfig"
|
2012-12-20 21:13:19 +00:00
|
|
|
source "drivers/net/wireless/ath/wil6210/Kconfig"
|
2013-06-12 17:52:10 +00:00
|
|
|
source "drivers/net/wireless/ath/ath10k/Kconfig"
|
2013-10-08 20:25:58 +00:00
|
|
|
source "drivers/net/wireless/ath/wcn36xx/Kconfig"
|
2009-09-13 09:42:02 +00:00
|
|
|
|
2009-07-27 23:52:07 +00:00
|
|
|
endif
|