summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-01-04 11:34:25 -0500
committerPaolo Bonzini <pbonzini@redhat.com>2024-02-08 08:45:36 -0500
commitf48212ee8e78f765917dc64a7ff4bd13c7e71384 (patch)
treee54bdcb7432d6bd39819afacb0ec8a76fa8ce8de /arch/loongarch
parent09e33b045526085fc216bfbb216d87c8da7deb4f (diff)
downloadlinux-stable-f48212ee8e78f765917dc64a7ff4bd13c7e71384.tar.gz
linux-stable-f48212ee8e78f765917dc64a7ff4bd13c7e71384.tar.bz2
linux-stable-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')
-rw-r--r--arch/loongarch/Kconfig1
-rw-r--r--arch/loongarch/kvm/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig
index 929f68926b34..eb2139387a54 100644
--- a/arch/loongarch/Kconfig
+++ b/arch/loongarch/Kconfig
@@ -133,7 +133,6 @@ config LOONGARCH
select HAVE_KPROBES
select HAVE_KPROBES_ON_FTRACE
select HAVE_KRETPROBES
- select HAVE_KVM
select HAVE_MOD_ARCH_SPECIFIC
select HAVE_NMI
select HAVE_PCI
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