aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-09 06:06:54 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-09 06:07:28 -0500
commit1dfba05d0f1a9b4245bb242a7c17fe448811a520 (patch)
treec3452c4c41b6e7d9660fe49464238dae004fbd0b /kernel/trace/Kconfig
parentb5db03c4355e568f1567758287b30a6a262d5057 (diff)
tracing/blktrace: move the tracing file to kernel/trace, fix
Impact: build fix The BLK_DEV_IO_TRACE entry used to be in block/Kconfig - which file itself was dependent on CONFIG_BLOCK. But now the entry is in kernel/trace/Kconfig - which is present even on !CONFIG_BLOCK. So add a 'depends on BLOCK' to BLK_DEV_IO_TRACE. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 4fee43c01942..3a331289457a 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -305,6 +305,7 @@ config WORKQUEUE_TRACER
305config BLK_DEV_IO_TRACE 305config BLK_DEV_IO_TRACE
306 bool "Support for tracing block io actions" 306 bool "Support for tracing block io actions"
307 depends on SYSFS 307 depends on SYSFS
308 depends on BLOCK
308 select RELAY 309 select RELAY
309 select DEBUG_FS 310 select DEBUG_FS
310 select TRACEPOINTS 311 select TRACEPOINTS