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 |
Zefir Kurtisi | 29942bc | 2011-12-14 20:16:34 -0800 | [diff] [blame^] | 5 | config ATH9K_DFS_DEBUGFS |
| 6 | def_bool y |
| 7 | depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED |
Luis R. Rodriguez | 7322fd1 | 2009-09-23 23:07:00 -0400 | [diff] [blame] | 8 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 9 | config ATH9K |
| 10 | tristate "Atheros 802.11n wireless cards support" |
Gabor Juhos | 8e26a03 | 2011-04-12 18:23:16 +0200 | [diff] [blame] | 11 | depends on MAC80211 |
Luis R. Rodriguez | 7322fd1 | 2009-09-23 23:07:00 -0400 | [diff] [blame] | 12 | select ATH9K_HW |
Randy Dunlap | d203b8e | 2008-09-02 12:07:56 -0700 | [diff] [blame] | 13 | select MAC80211_LEDS |
| 14 | select LEDS_CLASS |
| 15 | select NEW_LEDS |
Luis R. Rodriguez | db86f07 | 2009-11-05 08:44:39 -0800 | [diff] [blame] | 16 | select ATH9K_COMMON |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 17 | ---help--- |
| 18 | This module adds support for wireless adapters based on |
Luis R. Rodriguez | 2a219eb | 2009-08-12 14:45:16 -0700 | [diff] [blame] | 19 | Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family |
| 20 | of chipsets. For a specific list of supported external |
| 21 | cards, laptops that already ship with these cards and |
| 22 | APs that come with these cards refer to to ath9k wiki |
| 23 | products page: |
| 24 | |
| 25 | http://wireless.kernel.org/en/users/Drivers/ath9k/products |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 26 | |
| 27 | If you choose to build a module, it'll be called ath9k. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 28 | |
Gabor Juhos | 8e26a03 | 2011-04-12 18:23:16 +0200 | [diff] [blame] | 29 | config ATH9K_PCI |
| 30 | bool "Atheros ath9k PCI/PCIe bus support" |
Daniel Kuehn | fdacbcd | 2011-11-09 23:57:57 +0100 | [diff] [blame] | 31 | default y |
Gabor Juhos | 8e26a03 | 2011-04-12 18:23:16 +0200 | [diff] [blame] | 32 | depends on ATH9K && PCI |
Gabor Juhos | 8e26a03 | 2011-04-12 18:23:16 +0200 | [diff] [blame] | 33 | ---help--- |
| 34 | This option enables the PCI bus support in ath9k. |
| 35 | |
| 36 | Say Y, if you have a compatible PCI/PCIe wireless card. |
| 37 | |
| 38 | config ATH9K_AHB |
| 39 | bool "Atheros ath9k AHB bus support" |
| 40 | depends on ATH9K |
| 41 | default n |
| 42 | ---help--- |
| 43 | This option enables the AHB bus support in ath9k. |
| 44 | |
| 45 | Say Y, if you have a SoC with a compatible built-in |
| 46 | wireless MAC. Say N if unsure. |
| 47 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 48 | config ATH9K_DEBUGFS |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 49 | bool "Atheros ath9k debugging" |
Dominik Geyer | 4ef2501 | 2009-12-29 08:27:57 +0100 | [diff] [blame] | 50 | depends on ATH9K && DEBUG_FS |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 51 | ---help--- |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 52 | Say Y, if you need access to ath9k's statistics for |
| 53 | interrupts, rate control, etc. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 54 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 55 | Also required for changing debug message flags at run time. |
Sujith | 88b126a | 2008-11-28 22:19:02 +0530 | [diff] [blame] | 56 | |
Zefir Kurtisi | 29942bc | 2011-12-14 20:16:34 -0800 | [diff] [blame^] | 57 | config ATH9K_DFS_CERTIFIED |
| 58 | bool "Atheros DFS support for certified platforms" |
| 59 | depends on ATH9K && EXPERT |
| 60 | default n |
| 61 | ---help--- |
| 62 | This option enables DFS support for initiating radiation on |
| 63 | ath9k. There is no way to dynamically detect if a card was DFS |
| 64 | certified and as such this is left as a build time option. This |
| 65 | option should only be enabled by system integrators that can |
| 66 | guarantee that all the platforms that their kernel will run on |
| 67 | have obtained appropriate regulatory body certification for a |
| 68 | respective Atheros card by using ath9k on the target shipping |
| 69 | platforms. |
| 70 | |
| 71 | This is currently only a placeholder for future DFS support, |
| 72 | as DFS support requires more components that still need to be |
| 73 | developed. At this point enabling this option won't do anything |
| 74 | except increase code size. |
| 75 | |
Felix Fietkau | 6e5c2b4 | 2010-09-20 13:45:40 +0200 | [diff] [blame] | 76 | config ATH9K_RATE_CONTROL |
| 77 | bool "Atheros ath9k rate control" |
| 78 | depends on ATH9K |
| 79 | default y |
| 80 | ---help--- |
| 81 | Say Y, if you want to use the ath9k specific rate control |
| 82 | module instead of minstrel_ht. |
| 83 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 84 | config ATH9K_HTC |
| 85 | tristate "Atheros HTC based wireless cards support" |
| 86 | depends on USB && MAC80211 |
| 87 | select ATH9K_HW |
| 88 | select MAC80211_LEDS |
| 89 | select LEDS_CLASS |
| 90 | select NEW_LEDS |
| 91 | select ATH9K_COMMON |
| 92 | ---help--- |
| 93 | Support for Atheros HTC based cards. |
| 94 | Chipsets supported: AR9271 |
| 95 | |
| 96 | For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc |
| 97 | |
| 98 | The built module will be ath9k_htc. |
| 99 | |
| 100 | config ATH9K_HTC_DEBUGFS |
| 101 | bool "Atheros ath9k_htc debugging" |
| 102 | depends on ATH9K_HTC && DEBUG_FS |
| 103 | ---help--- |
| 104 | Say Y, if you need access to ath9k_htc's statistics. |