blob: de4aeea8a0055f9ca713b83d0df873d7fecf93ef [file] [log] [blame]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001config ATH9K
2 tristate "Atheros 802.11n wireless cards support"
3 depends on PCI && MAC80211 && WLAN_80211
Randy Dunlapd203b8e2008-09-02 12:07:56 -07004 select MAC80211_LEDS
5 select LEDS_CLASS
6 select NEW_LEDS
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07007 ---help---
8 This module adds support for wireless adapters based on
Luis R. Rodriguez2a219eb2009-08-12 14:45:16 -07009 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
10 of chipsets. For a specific list of supported external
11 cards, laptops that already ship with these cards and
12 APs that come with these cards refer to to ath9k wiki
13 products page:
14
15 http://wireless.kernel.org/en/users/Drivers/ath9k/products
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070016
17 If you choose to build a module, it'll be called ath9k.
Sujith88b126a2008-11-28 22:19:02 +053018
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070019if ATH_DEBUG
20
Sujith88b126a2008-11-28 22:19:02 +053021config ATH9K_DEBUG
22 bool "Atheros ath9k debugging"
23 depends on ATH9K
24 ---help---
25 Say Y, if you need ath9k to display debug messages.
26 Pass the debug mask as a module parameter:
27
Sujithc49fd522009-07-23 15:32:25 +053028 modprobe ath9k debug=0x00000200
Sujith88b126a2008-11-28 22:19:02 +053029
Sujithc49fd522009-07-23 15:32:25 +053030 Look in ath9k/debug.h for possible debug masks
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070031
32endif # ATH_DEBUG