]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kvm/Kconfig
KVM: PPC: e500mc support
[~andy/linux] / arch / powerpc / kvm / Kconfig
index 2c33cd33643411362205a90c53c7bc849a15cb2e..58f6e68179245f38e82382344ec698308beebd58 100644 (file)
@@ -109,7 +109,7 @@ config KVM_440
 
 config KVM_EXIT_TIMING
        bool "Detailed exit timing"
-       depends on KVM_440 || KVM_E500
+       depends on KVM_440 || KVM_E500 || KVM_E500MC
        ---help---
          Calculate elapsed time for every exit/enter cycle. A per-vcpu
          report is available in debugfs kvm/vm#_vcpu#_timing.
@@ -132,6 +132,21 @@ config KVM_E500
 
          If unsure, say N.
 
+config KVM_E500MC
+       bool "KVM support for PowerPC E500MC/E5500 processors"
+       depends on EXPERIMENTAL && PPC_E500MC
+       select KVM
+       select KVM_MMIO
+       select KVM_BOOKE_HV
+       ---help---
+         Support running unmodified E500MC/E5500 (32-bit) guest kernels in
+         virtual machines on E500MC/E5500 host processors.
+
+         This module provides access to the hardware capabilities through
+         a character device node named /dev/kvm.
+
+         If unsure, say N.
+
 source drivers/vhost/Kconfig
 
 endif # VIRTUALIZATION