summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2010-02-10 10:03:34 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-15 09:06:14 -0700
commit0c802e02fbaa95b9884d4b3ca1b58e2dfa7c4978 (patch)
tree7013055c9f4f0203debfc82712534c70e476ba0c /arch/Kconfig
parentfc0df425c936cca6e5a306c37b96bb1f8f15371c (diff)
downloadkernel-crypto-0c802e02fbaa95b9884d4b3ca1b58e2dfa7c4978.tar.gz
kernel-crypto-0c802e02fbaa95b9884d4b3ca1b58e2dfa7c4978.tar.xz
kernel-crypto-0c802e02fbaa95b9884d4b3ca1b58e2dfa7c4978.zip
oprofile: remove tracing build dependency
commit 18b4a4d59e97e7ff13ee84b5bec79f3fc70a9f0a upstream. The commit 1155de4 ring-buffer: Make it generally available already made ring-buffer available without the TRACING option enabled. This patch removes the TRACING dependency from oprofile. Fixes also oprofile configuration on ia64. The patch also applies to the 2.6.32-stable kernel. Reported-by: Tony Jones <tonyj@suse.de> Signed-off-by: Robert Richter <robert.richter@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 9d055b4f058..25e69f727a2 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -6,8 +6,6 @@ config OPROFILE
tristate "OProfile system profiling (EXPERIMENTAL)"
depends on PROFILING
depends on HAVE_OPROFILE
- depends on TRACING_SUPPORT
- select TRACING
select RING_BUFFER
select RING_BUFFER_ALLOW_SWAP
help