diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-01-04 11:34:25 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-08 08:45:36 -0500 |
commit | f48212ee8e78f765917dc64a7ff4bd13c7e71384 (patch) | |
tree | e54bdcb7432d6bd39819afacb0ec8a76fa8ce8de /arch/loongarch/kvm | |
parent | 09e33b045526085fc216bfbb216d87c8da7deb4f (diff) | |
download | lwn-f48212ee8e78f765917dc64a7ff4bd13c7e71384.tar.gz lwn-f48212ee8e78f765917dc64a7ff4bd13c7e71384.zip |
treewide: remove CONFIG_HAVE_KVM
It has no users anymore.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/loongarch/kvm')
-rw-r--r-- | arch/loongarch/kvm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/kvm/Kconfig b/arch/loongarch/kvm/Kconfig index 61f7e33b1f95..ac4de790dc31 100644 --- a/arch/loongarch/kvm/Kconfig +++ b/arch/loongarch/kvm/Kconfig @@ -20,7 +20,6 @@ if VIRTUALIZATION config KVM tristate "Kernel-based Virtual Machine (KVM) support" depends on AS_HAS_LVZ_EXTENSION - depends on HAVE_KVM select HAVE_KVM_DIRTY_RING_ACQ_REL select HAVE_KVM_VCPU_ASYNC_IOCTL select KVM_COMMON |