diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-03 16:06:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-03 16:06:43 -0500 |
commit | fd95240568977ebd1ebb15b071464e0e392cde1a (patch) | |
tree | 6458cf8f33a8b8ab6a8098208de29c83206ca3aa /drivers/net/wireless/ath/ath5k/Kconfig | |
parent | cdfb74d4c2e3bcc9383121af2591d0ae15007ba7 (diff) | |
parent | fa9a741b841d0c2db04875310a06e8718c56fd4f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Kconfig b/drivers/net/wireless/ath/ath5k/Kconfig index e0793319389d..e18a9aa7b6ca 100644 --- a/drivers/net/wireless/ath/ath5k/Kconfig +++ b/drivers/net/wireless/ath/ath5k/Kconfig | |||
@@ -40,6 +40,17 @@ config ATH5K_DEBUG | |||
40 | 40 | ||
41 | modprobe ath5k debug=0x00000400 | 41 | modprobe ath5k debug=0x00000400 |
42 | 42 | ||
43 | config ATH5K_TRACER | ||
44 | bool "Atheros 5xxx tracer" | ||
45 | depends on ATH5K | ||
46 | depends on EVENT_TRACING | ||
47 | ---help--- | ||
48 | Say Y here to enable tracepoints for the ath5k driver | ||
49 | using the kernel tracing infrastructure. Select this | ||
50 | option if you are interested in debugging the driver. | ||
51 | |||
52 | If unsure, say N. | ||
53 | |||
43 | config ATH5K_AHB | 54 | config ATH5K_AHB |
44 | bool "Atheros 5xxx AHB bus support" | 55 | bool "Atheros 5xxx AHB bus support" |
45 | depends on (ATHEROS_AR231X && !PCI) | 56 | depends on (ATHEROS_AR231X && !PCI) |