blob: 6ce86cb37654de8da7c87ea353782b1dc965b67c [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"
Jay Sternberg804ef712009-07-07 11:18:46 -07003 depends on WLAN_80211
Luis R. Rodriguezd17734a2009-07-27 16:52:06 -07004 depends on CFG80211
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -07005 ---help---
6 This will enable the support for the Atheros wireless drivers.
7 ath5k, ath9k and ar9170 drivers share some common code, this option
Luis R. Rodriguezd15dd3e2009-08-12 09:56:59 -07008 enables the common ath.ko module which shares common helpers.
Bob Copeland3a702e42009-03-30 22:30:29 -04009
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070010 For more information and documentation on this module you can visit:
11
12 http://wireless.kernel.org/en/users/Drivers/ath
13
14 For information on all Atheros wireless drivers visit:
15
16 http://wireless.kernel.org/en/users/Drivers/Atheros
17
18if ATH_COMMON
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070019
20config ATH_DEBUG
21 bool "Atheros wireless debugging"
22 ---help---
23 Say Y, if you want to debug atheros wireless drivers.
24 Right now only ath9k makes use of this.
25
Luis R. Rodriguez203c4802009-03-30 22:30:33 -040026source "drivers/net/wireless/ath/ath5k/Kconfig"
27source "drivers/net/wireless/ath/ath9k/Kconfig"
28source "drivers/net/wireless/ath/ar9170/Kconfig"
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070029
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070030endif