blob: 4e7a7fd695c8e5aaa6d809642678f95d08580d84 [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.
6 ath5k, ath9k 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"
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070028
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070029endif