]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - arch/x86/kvm/Kconfig
treewide: remove CONFIG_HAVE_KVM
[thirdparty/kernel/stable.git] / arch / x86 / kvm / Kconfig
index e7cbf011d766a9c0f96d84bc864540e6faaac49c..5692393b75659ebb4ca65a2214a755d91940e2bb 100644 (file)
@@ -7,7 +7,6 @@ source "virt/kvm/Kconfig"
 
 menuconfig VIRTUALIZATION
        bool "Virtualization"
-       depends on HAVE_KVM || X86
        default y
        help
          Say Y here to get to see options for using your Linux host to run other
@@ -20,7 +19,6 @@ if VIRTUALIZATION
 
 config KVM
        tristate "Kernel-based Virtual Machine (KVM) support"
-       depends on HAVE_KVM
        depends on HIGH_RES_TIMERS
        depends on X86_LOCAL_APIC
        select KVM_COMMON