1config ATH9K_HW
2	tristate
3
4config ATH9K
5	tristate "Atheros 802.11n wireless cards support"
6	depends on PCI && MAC80211 && WLAN_80211
7	select ATH9K_HW
8	select MAC80211_LEDS
9	select LEDS_CLASS
10	select NEW_LEDS
11	---help---
12	  This module adds support for wireless adapters based on
13	  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
20
21	  If you choose to build a module, it'll be called ath9k.
22
23if ATH_DEBUG
24
25config 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
32	  modprobe ath9k debug=0x00000200
33
34	  Look in ath9k/debug.h for possible debug masks
35
36endif # ATH_DEBUG
37