blob: 006364f76bb45b41ec6305fd74a4a49eabd487c8 [file] [log] [blame]
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04001config ATH9K_HW
2 tristate
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -08003config ATH9K_COMMON
4 tristate
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04005
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07006config ATH9K
7 tristate "Atheros 802.11n wireless cards support"
John W. Linville133d7c62009-10-28 16:29:30 -04008 depends on PCI && MAC80211
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04009 select ATH9K_HW
Randy Dunlapd203b8e2008-09-02 12:07:56 -070010 select MAC80211_LEDS
11 select LEDS_CLASS
12 select NEW_LEDS
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -080013 select ATH9K_COMMON
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070014 ---help---
15 This module adds support for wireless adapters based on
Luis R. Rodriguez2a219eb2009-08-12 14:45:16 -070016 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
17 of chipsets. For a specific list of supported external
18 cards, laptops that already ship with these cards and
19 APs that come with these cards refer to to ath9k wiki
20 products page:
21
22 http://wireless.kernel.org/en/users/Drivers/ath9k/products
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070023
24 If you choose to build a module, it'll be called ath9k.
Sujith88b126a2008-11-28 22:19:02 +053025
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070026if ATH_DEBUG
27
Sujith88b126a2008-11-28 22:19:02 +053028config ATH9K_DEBUG
29 bool "Atheros ath9k debugging"
30 depends on ATH9K
31 ---help---
32 Say Y, if you need ath9k to display debug messages.
33 Pass the debug mask as a module parameter:
34
Sujithc49fd522009-07-23 15:32:25 +053035 modprobe ath9k debug=0x00000200
Sujith88b126a2008-11-28 22:19:02 +053036
Sujithc49fd522009-07-23 15:32:25 +053037 Look in ath9k/debug.h for possible debug masks
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -070038
39endif # ATH_DEBUG