aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-05 21:19:55 +0100
committerIngo Molnar <mingo@elte.hu>2009-03-05 21:53:25 +0100
commit40ada30f9621fbd831ac2437b9a2a399aad34b00 (patch)
tree47df1abc756d9ce33feec3eb5bb601edafbcf14c /arch/Kconfig
parent526211bc58c4b3265352801c5a7f469af5c34711 (diff)
tracing: clean up menu
Clean up menu structure, introduce TRACING_SUPPORT switch that signals whether an architecture supports various instrumentation mechanisms. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 550dab22daa..a092dc77c24 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -6,6 +6,7 @@ config OPROFILE
tristate "OProfile system profiling (EXPERIMENTAL)"
depends on PROFILING
depends on HAVE_OPROFILE
+ depends on TRACING_SUPPORT
select TRACING
select RING_BUFFER
help