i386: Allow KVM on i386 nonpae
[sfrench/cifs-2.6.git] / drivers / kvm / Kconfig
index 36412e90f09b95be706461504fed6eb823b2d7a0..2f661e5f0dae67f37209879e34bbf50546d4486b 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