diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-01-04 17:34:25 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-08 14:45:36 +0100 |
commit | f48212ee8e78f765917dc64a7ff4bd13c7e71384 (patch) | |
tree | e54bdcb7432d6bd39819afacb0ec8a76fa8ce8de /arch/loongarch/Kconfig | |
parent | vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM) (diff) | |
download | linux-f48212ee8e78f765917dc64a7ff4bd13c7e71384.tar.xz linux-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/Kconfig')
-rw-r--r-- | arch/loongarch/Kconfig | 1 |
1 files changed, 0 insertions, 1 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 |