Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18b4a4d5 authored by Robert Richter's avatar Robert Richter
Browse files

oprofile: remove tracing build dependency



The commit

 1155de47 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: default avatarTony Jones <tonyj@suse.de>
Cc: stable@kernel.org
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 724e6d3f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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