diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2013-03-18 13:42:20 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2013-03-18 13:42:20 +0200 |
commit | 416cf0b49e67254676b4762d1bab88df5130f909 (patch) | |
tree | f278a3edc3582b4b5b43882574142163a93b1ede /drivers/net/wireless/ath/ath6kl/Kconfig | |
parent | 44af34428dfdce0472cb229b013c72710285d2db (diff) | |
download | talos-op-linux-416cf0b49e67254676b4762d1bab88df5130f909.tar.gz talos-op-linux-416cf0b49e67254676b4762d1bab88df5130f909.zip |
ath6kl: add tracing support and tracing points for wmi packets
Add basic tracing infrastructure support to ath6kl and which can be
enabled with CONFIG_ATH6KL_TRACING.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Kconfig b/drivers/net/wireless/ath/ath6kl/Kconfig index 26c4b7220859..6971b7a395fe 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig @@ -31,6 +31,15 @@ config ATH6KL_DEBUG ---help--- Enables debug support +config ATH6KL_TRACING + bool "Atheros ath6kl tracing support" + depends on ATH6KL + depends on EVENT_TRACING + ---help--- + Select this to ath6kl use tracing infrastructure. + + If unsure, say Y to make it easier to debug problems. + config ATH6KL_REGDOMAIN bool "Atheros ath6kl regdomain support" depends on ATH6KL |