summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-01-11 03:02:05 -0500
committerPaolo Bonzini <pbonzini@redhat.com>2024-02-08 08:45:34 -0500
commit61df71ee992d57ee2b7fdb802802c4268969409f (patch)
treeed7f6b90e3a7d92b6a0004ed6bda4bdd8e9f7d18 /arch/x86
parent047371968ffc470769f541d6933e262dc7085456 (diff)
downloadlinux-stable-61df71ee992d57ee2b7fdb802802c4268969409f.tar.gz
linux-stable-61df71ee992d57ee2b7fdb802802c4268969409f.tar.bz2
linux-stable-61df71ee992d57ee2b7fdb802802c4268969409f.zip
kvm: move "select IRQ_BYPASS_MANAGER" to common code
CONFIG_IRQ_BYPASS_MANAGER is a dependency of the common code included by CONFIG_HAVE_KVM_IRQ_BYPASS. There is no advantage in adding the corresponding "select" directive to each architecture. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kvm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig
index 87e3da7b0439..e7cbf011d766 100644
--- a/arch/x86/kvm/Kconfig
+++ b/arch/x86/kvm/Kconfig
@@ -29,7 +29,6 @@ config KVM
select HAVE_KVM_PFNCACHE
select HAVE_KVM_DIRTY_RING_TSO
select HAVE_KVM_DIRTY_RING_ACQ_REL
- select IRQ_BYPASS_MANAGER
select HAVE_KVM_IRQ_BYPASS
select HAVE_KVM_IRQ_ROUTING
select KVM_ASYNC_PF