mac80211: fix typo in debug output
[linux-2.6-block.git] / drivers / net / wireless / ath / Kconfig
CommitLineData
23c1d7f6
VK
1config ATH_COMMON
2 tristate
3
4menuconfig ATH_CARDS
203c4805 5 tristate "Atheros Wireless Cards"
bad3118f 6 depends on CFG80211 && (!UML || BROKEN)
b820b3bc
LR
7 ---help---
8 This will enable the support for the Atheros wireless drivers.
fb9987d0 9 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
d15dd3e5 10 enables the common ath.ko module which shares common helpers.
3a702e49 11
b820b3bc
LR
12 For more information and documentation on this module you can visit:
13
14 http://wireless.kernel.org/en/users/Drivers/ath
15
16 For information on all Atheros wireless drivers visit:
17
18 http://wireless.kernel.org/en/users/Drivers/Atheros
19
23c1d7f6 20if ATH_CARDS
c46917bb
LR
21
22config ATH_DEBUG
23 bool "Atheros wireless debugging"
24 ---help---
25 Say Y, if you want to debug atheros wireless drivers.
26 Right now only ath9k makes use of this.
27
e6664dff
SM
28config ATH_TRACEPOINTS
29 bool "Atheros wireless tracing"
30 depends on ATH_DEBUG
31 depends on EVENT_TRACING
32 ---help---
33 This option enables tracepoints for atheros wireless drivers.
34 Currently, ath9k makes use of this facility.
35
94e7876d
LR
36config ATH_REG_DYNAMIC_USER_REG_HINTS
37 bool "Atheros dynamic user regulatory hints"
38 depends on CFG80211_CERTIFICATION_ONUS
39 default n
40 ---help---
41 Say N. This should only be enabled in countries where
42 this feature is explicitly allowed and only on cards that
43 specifically have been tested for this.
44
45config ATH_REG_DYNAMIC_USER_CERT_TESTING
46 bool "Atheros dynamic user regulatory testing"
47 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
48 default n
49 ---help---
50 Say N. This should only be enabled on systems
51 undergoing certification testing.
52
203c4805
LR
53source "drivers/net/wireless/ath/ath5k/Kconfig"
54source "drivers/net/wireless/ath/ath9k/Kconfig"
1d7e1e6b 55source "drivers/net/wireless/ath/carl9170/Kconfig"
bdcd8170 56source "drivers/net/wireless/ath/ath6kl/Kconfig"
b7d572e1 57source "drivers/net/wireless/ath/ar5523/Kconfig"
2be7d22f 58source "drivers/net/wireless/ath/wil6210/Kconfig"
5e3dd157 59source "drivers/net/wireless/ath/ath10k/Kconfig"
8e84c258 60source "drivers/net/wireless/ath/wcn36xx/Kconfig"
c46917bb 61
b820b3bc 62endif