Luis R. Rodriguez | 7322fd1 | 2009-09-23 23:07:00 -0400 | [diff] [blame] | 1 | config ATH9K_HW |
| 2 | tristate |
Luis R. Rodriguez | db86f07 | 2009-11-05 08:44:39 -0800 | [diff] [blame] | 3 | config ATH9K_COMMON |
| 4 | tristate |
Luis R. Rodriguez | 7322fd1 | 2009-09-23 23:07:00 -0400 | [diff] [blame] | 5 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 6 | config ATH9K |
| 7 | tristate "Atheros 802.11n wireless cards support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 8 | depends on PCI && MAC80211 |
Luis R. Rodriguez | 7322fd1 | 2009-09-23 23:07:00 -0400 | [diff] [blame] | 9 | select ATH9K_HW |
Randy Dunlap | d203b8e | 2008-09-02 12:07:56 -0700 | [diff] [blame] | 10 | select MAC80211_LEDS |
| 11 | select LEDS_CLASS |
| 12 | select NEW_LEDS |
Luis R. Rodriguez | db86f07 | 2009-11-05 08:44:39 -0800 | [diff] [blame] | 13 | select ATH9K_COMMON |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 14 | ---help--- |
| 15 | This module adds support for wireless adapters based on |
Luis R. Rodriguez | 2a219eb | 2009-08-12 14:45:16 -0700 | [diff] [blame] | 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 |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 23 | |
| 24 | If you choose to build a module, it'll be called ath9k. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 25 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 26 | config ATH9K_DEBUGFS |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 27 | bool "Atheros ath9k debugging" |
Dominik Geyer | 4ef2501 | 2009-12-29 08:27:57 +0100 | [diff] [blame] | 28 | depends on ATH9K && DEBUG_FS |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 29 | ---help--- |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 30 | Say Y, if you need access to ath9k's statistics for |
| 31 | interrupts, rate control, etc. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 32 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 33 | Also required for changing debug message flags at run time. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 34 | |