5 config ATH9K_DFS_DEBUGFS
7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
10 tristate "Atheros 802.11n wireless cards support"
18 This module adds support for wireless adapters based on
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
25 http://wireless.kernel.org/en/users/Drivers/ath9k/products
27 If you choose to build a module, it'll be called ath9k.
30 bool "Atheros ath9k PCI/PCIe bus support"
32 depends on ATH9K && PCI
34 This option enables the PCI bus support in ath9k.
36 Say Y, if you have a compatible PCI/PCIe wireless card.
39 bool "Atheros ath9k AHB bus support"
43 This option enables the AHB bus support in ath9k.
45 Say Y, if you have a SoC with a compatible built-in
46 wireless MAC. Say N if unsure.
49 bool "Atheros ath9k debugging"
50 depends on ATH9K && DEBUG_FS
52 Say Y, if you need access to ath9k's statistics for
53 interrupts, rate control, etc.
55 Also required for changing debug message flags at run time.
57 config ATH9K_DFS_CERTIFIED
58 bool "Atheros DFS support for certified platforms"
59 depends on ATH9K && EXPERT
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
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.
76 config ATH9K_RATE_CONTROL
77 bool "Atheros ath9k rate control"
81 Say Y, if you want to use the ath9k specific rate control
82 module instead of minstrel_ht.
84 config ATH9K_BTCOEX_SUPPORT
85 bool "Atheros ath9k bluetooth coexistence support"
89 Say Y, if you want to use the ath9k radios together with
90 Bluetooth modules in the same system.
93 tristate "Atheros HTC based wireless cards support"
94 depends on USB && MAC80211
101 Support for Atheros HTC based cards.
102 Chipsets supported: AR9271
104 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
106 The built module will be ath9k_htc.
108 config ATH9K_HTC_DEBUGFS
109 bool "Atheros ath9k_htc debugging"
110 depends on ATH9K_HTC && DEBUG_FS
112 Say Y, if you need access to ath9k_htc's statistics.