aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Kconfig')
-rw-r--r--drivers/net/wireless/ath/ath9k/Kconfig28
1 files changed, 27 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig
index 35f23bdc442f..d9c08c619a3a 100644
--- a/drivers/net/wireless/ath/ath9k/Kconfig
+++ b/drivers/net/wireless/ath/ath9k/Kconfig
@@ -5,7 +5,7 @@ config ATH9K_COMMON
5 5
6config ATH9K 6config ATH9K
7 tristate "Atheros 802.11n wireless cards support" 7 tristate "Atheros 802.11n wireless cards support"
8 depends on PCI && MAC80211 8 depends on MAC80211
9 select ATH9K_HW 9 select ATH9K_HW
10 select MAC80211_LEDS 10 select MAC80211_LEDS
11 select LEDS_CLASS 11 select LEDS_CLASS
@@ -23,6 +23,24 @@ config ATH9K
23 23
24 If you choose to build a module, it'll be called ath9k. 24 If you choose to build a module, it'll be called ath9k.
25 25
26config ATH9K_PCI
27 bool "Atheros ath9k PCI/PCIe bus support"
28 depends on ATH9K && PCI
29 ---help---
30 This option enables the PCI bus support in ath9k.
31
32 Say Y, if you have a compatible PCI/PCIe wireless card.
33
34config ATH9K_AHB
35 bool "Atheros ath9k AHB bus support"
36 depends on ATH9K
37 default n
38 ---help---
39 This option enables the AHB bus support in ath9k.
40
41 Say Y, if you have a SoC with a compatible built-in
42 wireless MAC. Say N if unsure.
43
26config ATH9K_DEBUGFS 44config ATH9K_DEBUGFS
27 bool "Atheros ath9k debugging" 45 bool "Atheros ath9k debugging"
28 depends on ATH9K && DEBUG_FS 46 depends on ATH9K && DEBUG_FS
@@ -32,6 +50,14 @@ config ATH9K_DEBUGFS
32 50
33 Also required for changing debug message flags at run time. 51 Also required for changing debug message flags at run time.
34 52
53config ATH9K_RATE_CONTROL
54 bool "Atheros ath9k rate control"
55 depends on ATH9K
56 default y
57 ---help---
58 Say Y, if you want to use the ath9k specific rate control
59 module instead of minstrel_ht.
60
35config ATH9K_HTC 61config ATH9K_HTC
36 tristate "Atheros HTC based wireless cards support" 62 tristate "Atheros HTC based wireless cards support"
37 depends on USB && MAC80211 63 depends on USB && MAC80211