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/x86/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/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5edec175b9bf..da140c3aed84 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -244,7 +244,6 @@ config X86 select HAVE_FUNCTION_ERROR_INJECTION select HAVE_KRETPROBES select HAVE_RETHOOK - select HAVE_KVM select HAVE_LIVEPATCH if X86_64 select HAVE_MIXED_BREAKPOINTS_REGS select HAVE_MOD_ARCH_SPECIFIC |