mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									047371968f
								
							
						
					
					
						commit
						61df71ee99
					
				
					 4 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,6 @@ menuconfig KVM
 | 
			
		|||
	select HAVE_KVM_MSI
 | 
			
		||||
	select HAVE_KVM_IRQCHIP
 | 
			
		||||
	select HAVE_KVM_IRQ_ROUTING
 | 
			
		||||
	select IRQ_BYPASS_MANAGER
 | 
			
		||||
	select HAVE_KVM_IRQ_BYPASS
 | 
			
		||||
	select HAVE_KVM_VCPU_RUN_PID_CHANGE
 | 
			
		||||
	select SCHED_INFO
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,6 @@ config KVM
 | 
			
		|||
	select KVM_COMMON
 | 
			
		||||
	select HAVE_KVM_VCPU_ASYNC_IOCTL
 | 
			
		||||
	select KVM_VFIO
 | 
			
		||||
	select IRQ_BYPASS_MANAGER
 | 
			
		||||
	select HAVE_KVM_IRQ_BYPASS
 | 
			
		||||
 | 
			
		||||
config KVM_BOOK3S_HANDLER
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -73,6 +73,7 @@ config KVM_COMPAT
 | 
			
		|||
 | 
			
		||||
config HAVE_KVM_IRQ_BYPASS
 | 
			
		||||
       bool
 | 
			
		||||
       select IRQ_BYPASS_MANAGER
 | 
			
		||||
 | 
			
		||||
config HAVE_KVM_VCPU_ASYNC_IOCTL
 | 
			
		||||
       bool
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue