aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/Kconfig
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2014-09-27 03:57:45 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-10-02 14:23:14 -0400
commite6664dff0608440f117b0348594b887cb9725e4f (patch)
tree27be5e5114b4b2cee1e2b8d2ef39cf91bc5deb34 /drivers/net/wireless/ath/Kconfig
parentf6cd071891c5c7971866fda8340202b73ce35206 (diff)
ath: Add support for tracing
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/Kconfig')
-rw-r--r--drivers/net/wireless/ath/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig
index c63d1159db5c..ce7826009eeb 100644
--- a/drivers/net/wireless/ath/Kconfig
+++ b/drivers/net/wireless/ath/Kconfig
@@ -25,6 +25,14 @@ config ATH_DEBUG
25 Say Y, if you want to debug atheros wireless drivers. 25 Say Y, if you want to debug atheros wireless drivers.
26 Right now only ath9k makes use of this. 26 Right now only ath9k makes use of this.
27 27
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
28config ATH_REG_DYNAMIC_USER_REG_HINTS 36config ATH_REG_DYNAMIC_USER_REG_HINTS
29 bool "Atheros dynamic user regulatory hints" 37 bool "Atheros dynamic user regulatory hints"
30 depends on CFG80211_CERTIFICATION_ONUS 38 depends on CFG80211_CERTIFICATION_ONUS