blob: 92c216263ee9d7304745f934c82e14dc3059f21b [file] [log] [blame]
Luis R. Rodriguez44b7dd62009-07-27 16:52:08 -07001menuconfig ATH_COMMON
Luis R. Rodriguez203c4802009-03-30 22:30:33 -04002 tristate "Atheros Wireless Cards"
Luis R. Rodriguezd17734a2009-07-27 16:52:06 -07003 depends on CFG80211
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -07004 ---help---
5 This will enable the support for the Atheros wireless drivers.
Sujithfb9987d2010-03-17 14:25:25 +05306 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
Luis R. Rodriguezd15dd3e2009-08-12 09:56:59 -07007 enables the common ath.ko module which shares common helpers.
Bob Copeland3a702e42009-03-30 22:30:29 -04008
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -07009 For more information and documentation on this module you can visit:
10
11 http://wireless.kernel.org/en/users/Drivers/ath
12
13 For information on all Atheros wireless drivers visit:
14
15 http://wireless.kernel.org/en/users/Drivers/Atheros
16
17if ATH_COMMON
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070018
19config ATH_DEBUG
20 bool "Atheros wireless debugging"
21 ---help---
22 Say Y, if you want to debug atheros wireless drivers.
23 Right now only ath9k makes use of this.
24
Luis R. Rodriguez203c4802009-03-30 22:30:33 -040025source "drivers/net/wireless/ath/ath5k/Kconfig"
26source "drivers/net/wireless/ath/ath9k/Kconfig"
27source "drivers/net/wireless/ath/ar9170/Kconfig"
Christian Lamparter1d7e1e62010-09-06 01:10:25 +020028source "drivers/net/wireless/ath/carl9170/Kconfig"
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070029
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070030endif