Pull sony into release branch
[powerpc.git] / drivers / kvm / Kconfig
index 36412e9..2f661e5 100644 (file)
@@ -1,6 +1,13 @@
 #
 # KVM configuration
 #
+menuconfig VIRTUALIZATION
+       bool "Virtualization"
+       depends on X86
+       default y
+
+if VIRTUALIZATION
+
 config KVM
        tristate "Kernel-based Virtual Machine (KVM) support"
        depends on X86 && EXPERIMENTAL
@@ -31,3 +38,5 @@ config KVM_AMD
        ---help---
          Provides support for KVM on AMD processors equipped with the AMD-V
          (SVM) extensions.
+
+endif # VIRTUALIZATION