Skip to content

Commit 61df71e

Browse files
committed
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 <[email protected]>
1 parent 0473719 commit 61df71e

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

arch/arm64/kvm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ menuconfig KVM
3434
select HAVE_KVM_MSI
3535
select HAVE_KVM_IRQCHIP
3636
select HAVE_KVM_IRQ_ROUTING
37-
select IRQ_BYPASS_MANAGER
3837
select HAVE_KVM_IRQ_BYPASS
3938
select HAVE_KVM_VCPU_RUN_PID_CHANGE
4039
select SCHED_INFO

arch/powerpc/kvm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ config KVM
2222
select KVM_COMMON
2323
select HAVE_KVM_VCPU_ASYNC_IOCTL
2424
select KVM_VFIO
25-
select IRQ_BYPASS_MANAGER
2625
select HAVE_KVM_IRQ_BYPASS
2726

2827
config KVM_BOOK3S_HANDLER

arch/x86/kvm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ config KVM
2929
select HAVE_KVM_PFNCACHE
3030
select HAVE_KVM_DIRTY_RING_TSO
3131
select HAVE_KVM_DIRTY_RING_ACQ_REL
32-
select IRQ_BYPASS_MANAGER
3332
select HAVE_KVM_IRQ_BYPASS
3433
select HAVE_KVM_IRQ_ROUTING
3534
select KVM_ASYNC_PF

virt/kvm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ config KVM_COMPAT
7373

7474
config HAVE_KVM_IRQ_BYPASS
7575
bool
76+
select IRQ_BYPASS_MANAGER
7677

7778
config HAVE_KVM_VCPU_ASYNC_IOCTL
7879
bool

0 commit comments

Comments
 (0)