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 /virt/kvm/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 'virt/kvm/Kconfig')
-rw-r--r-- | virt/kvm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index 6408bc5dacd1..aa8a7ee0f554 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig @@ -1,9 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # KVM common configuration items and defaults -config HAVE_KVM - bool - config KVM_COMMON bool select EVENTFD |