tracing, kvm: change MARKERS to select instead of depends on
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>
This commit is contained in:
parent
36994e58a4
commit
b6ab4afee4
|
@ -55,7 +55,8 @@ config KVM_AMD
|
||||||
|
|
||||||
config KVM_TRACE
|
config KVM_TRACE
|
||||||
bool "KVM trace support"
|
bool "KVM trace support"
|
||||||
depends on KVM && MARKERS && SYSFS
|
depends on KVM && SYSFS
|
||||||
|
select MARKERS
|
||||||
select RELAY
|
select RELAY
|
||||||
select DEBUG_FS
|
select DEBUG_FS
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue