blob: 11ded150b932e0ca30792200708d1f5703aa6f22 [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. Rodriguez203c4802009-03-30 22:30:33 -040019source "drivers/net/wireless/ath/ath5k/Kconfig"
20source "drivers/net/wireless/ath/ath9k/Kconfig"
21source "drivers/net/wireless/ath/ar9170/Kconfig"
Luis R. Rodriguezb820b3b2009-07-27 16:52:07 -070022endif