From: Alexander Graf Date: Sun, 20 Dec 2009 21:24:06 +0000 (+0100) Subject: KVM: powerpc: Show timing option only on embedded X-Git-Tag: v3.0~6143^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1f829b6f453c7985cfdfab616994b4051c3d788;p=platform%2Fkernel%2Flinux-amlogic.git KVM: powerpc: Show timing option only on embedded Embedded PowerPC KVM has an exit timing implementation to track and evaluate how much time was spent in which exit path. For Book3S, we don't implement it. So let's not expose it as a config option either. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 07703f7..6fb6e8a 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -53,7 +53,7 @@ config KVM_440 config KVM_EXIT_TIMING bool "Detailed exit timing" - depends on KVM + depends on KVM_440 || KVM_E500 ---help--- Calculate elapsed time for every exit/enter cycle. A per-vcpu report is available in debugfs kvm/vm#_vcpu#_timing.