diff options
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 7fbedfd34d6c..b84e571f4175 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig | |||
@@ -62,18 +62,6 @@ config KVM_AMD | |||
62 | To compile this as a module, choose M here: the module | 62 | To compile this as a module, choose M here: the module |
63 | will be called kvm-amd. | 63 | will be called kvm-amd. |
64 | 64 | ||
65 | config KVM_TRACE | ||
66 | bool "KVM trace support" | ||
67 | depends on KVM && SYSFS | ||
68 | select MARKERS | ||
69 | select RELAY | ||
70 | select DEBUG_FS | ||
71 | default n | ||
72 | ---help--- | ||
73 | This option allows reading a trace of kvm-related events through | ||
74 | relayfs. Note the ABI is not considered stable and will be | ||
75 | modified in future updates. | ||
76 | |||
77 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under | 65 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under |
78 | # the virtualization menu. | 66 | # the virtualization menu. |
79 | source drivers/lguest/Kconfig | 67 | source drivers/lguest/Kconfig |