blob: b735fb399fb1630931cf600830acdf95f0b3cd03 [file] [log] [blame]
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04001config ATH9K_HW
2 tristate
3
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07004config ATH9K
5 tristate "Atheros 802.11n wireless cards support"
John W. Linville133d7c62009-10-28 16:29:30 -04006 depends on PCI && MAC80211
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04007 select ATH9K_HW
Randy Dunlapd203b8e2008-09-02 12:07:56 -07008 select MAC80211_LEDS
9 select LEDS_CLASS
10 select NEW_LEDS
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070011 ---help---
12 This module adds support for wireless adapters based on
Luis R. Rodriguez2a219eb2009-08-12 14:45:16 -070013 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
14 of chipsets. For a specific list of supported external
15 cards, laptops that already ship with these cards and
16 APs that come with these cards refer to to ath9k wiki
17 products page:
18
19 http://wireless.kernel.org/en/users/Drivers/ath9k/products
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070020
21 If you choose to build a module, it'll be called ath9k.
Sujith88b126a2008-11-28 22:19:02 +053022
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070023if ATH_DEBUG
24
Sujith88b126a2008-11-28 22:19:02 +053025config ATH9K_DEBUG
26 bool "Atheros ath9k debugging"
27 depends on ATH9K
28 ---help---
29 Say Y, if you need ath9k to display debug messages.
30 Pass the debug mask as a module parameter:
31
Sujithc49fd522009-07-23 15:32:25 +053032 modprobe ath9k debug=0x00000200
Sujith88b126a2008-11-28 22:19:02 +053033
Sujithc49fd522009-07-23 15:32:25 +053034 Look in ath9k/debug.h for possible debug masks
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070035
36endif # ATH_DEBUG