blob: e507e78398f3dc76b3678fb8d16a8b7282735c14 [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
Zefir Kurtisi29942bc2011-12-14 20:16:34 -08005config ATH9K_DFS_DEBUGFS
6 def_bool y
7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04008
Sujith Manoharan70982b72012-02-22 12:42:04 +05309config ATH9K_BTCOEX_SUPPORT
10 bool "Atheros bluetooth coexistence support"
11 depends on (ATH9K || ATH9K_HTC)
12 default y
13 ---help---
14 Say Y, if you want to use the ath9k/ath9k_htc radios together with
15 Bluetooth modules in the same system.
16
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070017config ATH9K
18 tristate "Atheros 802.11n wireless cards support"
Gabor Juhos8e26a032011-04-12 18:23:16 +020019 depends on MAC80211
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040020 select ATH9K_HW
Randy Dunlapd203b8e2008-09-02 12:07:56 -070021 select MAC80211_LEDS
22 select LEDS_CLASS
23 select NEW_LEDS
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -080024 select ATH9K_COMMON
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070025 ---help---
26 This module adds support for wireless adapters based on
Luis R. Rodriguez2a219eb2009-08-12 14:45:16 -070027 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
28 of chipsets. For a specific list of supported external
29 cards, laptops that already ship with these cards and
30 APs that come with these cards refer to to ath9k wiki
31 products page:
32
33 http://wireless.kernel.org/en/users/Drivers/ath9k/products
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070034
35 If you choose to build a module, it'll be called ath9k.
Sujith88b126a2008-11-28 22:19:02 +053036
Gabor Juhos8e26a032011-04-12 18:23:16 +020037config ATH9K_PCI
38 bool "Atheros ath9k PCI/PCIe bus support"
Daniel Kuehnfdacbcd2011-11-09 23:57:57 +010039 default y
Gabor Juhos8e26a032011-04-12 18:23:16 +020040 depends on ATH9K && PCI
Gabor Juhos8e26a032011-04-12 18:23:16 +020041 ---help---
42 This option enables the PCI bus support in ath9k.
43
44 Say Y, if you have a compatible PCI/PCIe wireless card.
45
46config ATH9K_AHB
47 bool "Atheros ath9k AHB bus support"
48 depends on ATH9K
49 default n
50 ---help---
51 This option enables the AHB bus support in ath9k.
52
53 Say Y, if you have a SoC with a compatible built-in
54 wireless MAC. Say N if unsure.
55
Felix Fietkaua830df02009-11-23 22:33:27 +010056config ATH9K_DEBUGFS
Sujith88b126a2008-11-28 22:19:02 +053057 bool "Atheros ath9k debugging"
Dominik Geyer4ef25012009-12-29 08:27:57 +010058 depends on ATH9K && DEBUG_FS
Sujith88b126a2008-11-28 22:19:02 +053059 ---help---
Felix Fietkaua830df02009-11-23 22:33:27 +010060 Say Y, if you need access to ath9k's statistics for
61 interrupts, rate control, etc.
Sujith88b126a2008-11-28 22:19:02 +053062
Felix Fietkaua830df02009-11-23 22:33:27 +010063 Also required for changing debug message flags at run time.
Sujith88b126a2008-11-28 22:19:02 +053064
Zefir Kurtisi29942bc2011-12-14 20:16:34 -080065config ATH9K_DFS_CERTIFIED
66 bool "Atheros DFS support for certified platforms"
67 depends on ATH9K && EXPERT
68 default n
69 ---help---
70 This option enables DFS support for initiating radiation on
71 ath9k. There is no way to dynamically detect if a card was DFS
72 certified and as such this is left as a build time option. This
73 option should only be enabled by system integrators that can
74 guarantee that all the platforms that their kernel will run on
75 have obtained appropriate regulatory body certification for a
76 respective Atheros card by using ath9k on the target shipping
77 platforms.
78
79 This is currently only a placeholder for future DFS support,
80 as DFS support requires more components that still need to be
81 developed. At this point enabling this option won't do anything
82 except increase code size.
83
Felix Fietkau5baec742012-03-03 15:17:03 +010084config ATH9K_MAC_DEBUG
85 bool "Atheros MAC statistics"
86 depends on ATH9K_DEBUGFS
87 default y
88 ---help---
89 This option enables collection of statistics for Rx/Tx status
90 data and some other MAC related statistics
91
Felix Fietkau6e5c2b42010-09-20 13:45:40 +020092config ATH9K_RATE_CONTROL
93 bool "Atheros ath9k rate control"
94 depends on ATH9K
95 default y
96 ---help---
97 Say Y, if you want to use the ath9k specific rate control
98 module instead of minstrel_ht.
99
Sujithfb9987d2010-03-17 14:25:25 +0530100config ATH9K_HTC
101 tristate "Atheros HTC based wireless cards support"
102 depends on USB && MAC80211
103 select ATH9K_HW
104 select MAC80211_LEDS
105 select LEDS_CLASS
106 select NEW_LEDS
107 select ATH9K_COMMON
108 ---help---
109 Support for Atheros HTC based cards.
110 Chipsets supported: AR9271
111
112 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
113
114 The built module will be ath9k_htc.
115
116config ATH9K_HTC_DEBUGFS
117 bool "Atheros ath9k_htc debugging"
118 depends on ATH9K_HTC && DEBUG_FS
119 ---help---
120 Say Y, if you need access to ath9k_htc's statistics.