2009-07-27 23:52:08 +00:00
|
|
|
menuconfig ATH_COMMON
|
2009-03-31 02:30:33 +00:00
|
|
|
tristate "Atheros Wireless Cards"
|
2009-07-27 23:52:06 +00:00
|
|
|
depends on CFG80211
|
2009-07-27 23:52:07 +00:00
|
|
|
---help---
|
|
|
|
This will enable the support for the Atheros wireless drivers.
|
2010-03-17 08:55:25 +00:00
|
|
|
ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
|
2009-08-12 16:56:59 +00:00
|
|
|
enables the common ath.ko module which shares common helpers.
|
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
|
|
|
|
|
|
|
|
if ATH_COMMON
|
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.
|
|
|
|
|
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"
|
2009-09-13 09:42:02 +00:00
|
|
|
|
2009-07-27 23:52:07 +00:00
|
|
|
endif
|