diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2014-09-27 03:57:45 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-10-02 14:23:14 -0400 |
commit | e6664dff0608440f117b0348594b887cb9725e4f (patch) | |
tree | 27be5e5114b4b2cee1e2b8d2ef39cf91bc5deb34 /drivers/net/wireless/ath/Kconfig | |
parent | f6cd071891c5c7971866fda8340202b73ce35206 (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/Kconfig | 8 |
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 | ||
28 | config 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 | |||
28 | config ATH_REG_DYNAMIC_USER_REG_HINTS | 36 | config 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 |