diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-03-19 00:34:55 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-19 00:34:55 +0400 |
commit | 345fb3f8efe5a4bf4f0e34e0a988b1482cbe9aa2 (patch) | |
tree | 8760c705d23c9044c4daa5285a873749a10ae9f0 /drivers/net/wireless/ath/ath6kl/Kconfig | |
parent | 49c87cd1eac1f798c5bad7f7eb809e6df36b6c56 (diff) | |
parent | 243c028099c467186d126859848bdac3bbfe8da0 (diff) | |
download | linux-345fb3f8efe5a4bf4f0e34e0a988b1482cbe9aa2.tar.xz |
Merge tag 'for-linville-20130318' of git://github.com/kvalo/ath6kl
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 630c83db056e..e39e5860a2e9 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig @@ -30,6 +30,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 |