7 tristate "Atheros 802.11n wireless cards support"
15 This module adds support for wireless adapters based on
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
22 http://wireless.kernel.org/en/users/Drivers/ath9k/products
24 If you choose to build a module, it'll be called ath9k.
27 bool "Atheros ath9k PCI/PCIe bus support"
28 depends on ATH9K && PCI
30 This option enables the PCI bus support in ath9k.
32 Say Y, if you have a compatible PCI/PCIe wireless card.
35 bool "Atheros ath9k AHB bus support"
39 This option enables the AHB bus support in ath9k.
41 Say Y, if you have a SoC with a compatible built-in
42 wireless MAC. Say N if unsure.
45 bool "Atheros ath9k debugging"
46 depends on ATH9K && DEBUG_FS
48 Say Y, if you need access to ath9k's statistics for
49 interrupts, rate control, etc.
51 Also required for changing debug message flags at run time.
53 config ATH9K_RATE_CONTROL
54 bool "Atheros ath9k rate control"
58 Say Y, if you want to use the ath9k specific rate control
59 module instead of minstrel_ht.
62 tristate "Atheros HTC based wireless cards support"
63 depends on USB && MAC80211
70 Support for Atheros HTC based cards.
71 Chipsets supported: AR9271
73 For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
75 The built module will be ath9k_htc.
77 config ATH9K_HTC_DEBUGFS
78 bool "Atheros ath9k_htc debugging"
79 depends on ATH9K_HTC && DEBUG_FS
81 Say Y, if you need access to ath9k_htc's statistics.