tracing, kvm: change MARKERS to select instead of depends on
authorIngo Molnar <mingo@elte.hu>
Tue, 30 Dec 2008 08:41:04 +0000 (09:41 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 30 Dec 2008 08:41:04 +0000 (09:41 +0100)
Impact: build fix

fix:

 kernel/trace/Kconfig:42:error: found recursive dependency: TRACING ->
 TRACEPOINTS -> MARKERS -> KVM_TRACE -> RELAY -> KMEMTRACE -> TRACING

markers is a facility that should be selected - not depended on
by an interactive Kconfig entry.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kvm/Kconfig

index b81125f0bdee21be384aeb058f3bb96d7fe767b7..c7da3683f4c517a64288660066cfe408802a8e78 100644 (file)
@@ -55,7 +55,8 @@ config KVM_AMD
 
 config KVM_TRACE
        bool "KVM trace support"
-       depends on KVM && MARKERS && SYSFS
+       depends on KVM && SYSFS
+       select MARKERS
        select RELAY
        select DEBUG_FS
        default n