]>
Commit | Line | Data |
---|---|---|
7322fd19 LR |
1 | config ATH9K_HW |
2 | tristate | |
db86f07e LR |
3 | config ATH9K_COMMON |
4 | tristate | |
7322fd19 | 5 | |
f078f209 LR |
6 | config ATH9K |
7 | tristate "Atheros 802.11n wireless cards support" | |
133d7c6a | 8 | depends on PCI && MAC80211 |
7322fd19 | 9 | select ATH9K_HW |
d203b8ef RD |
10 | select MAC80211_LEDS |
11 | select LEDS_CLASS | |
12 | select NEW_LEDS | |
db86f07e | 13 | select ATH9K_COMMON |
f078f209 LR |
14 | ---help--- |
15 | This module adds support for wireless adapters based on | |
2a219eb2 LR |
16 | 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 | |
f078f209 LR |
23 | |
24 | If you choose to build a module, it'll be called ath9k. | |
88b126af | 25 | |
a830df07 | 26 | config ATH9K_DEBUGFS |
88b126af | 27 | bool "Atheros ath9k debugging" |
4ef25011 | 28 | depends on ATH9K && DEBUG_FS |
88b126af | 29 | ---help--- |
a830df07 FF |
30 | Say Y, if you need access to ath9k's statistics for |
31 | interrupts, rate control, etc. | |
88b126af | 32 | |
a830df07 | 33 | Also required for changing debug message flags at run time. |
c46917bb | 34 | |
fb9987d0 S |
35 | config ATH9K_HTC |
36 | tristate "Atheros HTC based wireless cards support" | |
37 | depends on USB && MAC80211 | |
38 | select ATH9K_HW | |
39 | select MAC80211_LEDS | |
40 | select LEDS_CLASS | |
41 | select NEW_LEDS | |
42 | select ATH9K_COMMON | |
43 | ---help--- | |
44 | Support for Atheros HTC based cards. | |
45 | Chipsets supported: AR9271 | |
46 | ||
47 | For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc | |
48 | ||
49 | The built module will be ath9k_htc. | |
50 | ||
51 | config ATH9K_HTC_DEBUGFS | |
52 | bool "Atheros ath9k_htc debugging" | |
53 | depends on ATH9K_HTC && DEBUG_FS | |
54 | ---help--- | |
55 | Say Y, if you need access to ath9k_htc's statistics. |