mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 d6c1bd4a22
			
		
	
	
		d6c1bd4a22
		
	
	
	
	
		
			
			For devices that require msi_init/msix_init to succeed, add a dependency on CONFIG_MSI_NONBROKEN. This will prevent those devices from appearing in a binary that cannot instantiate them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config PCIE_PORT
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI_EXPRESS && MSI_NONBROKEN
 | |
| 
 | |
| config PXB
 | |
|     bool
 | |
|     default y if Q35
 | |
| 
 | |
| config XIO3130
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI_EXPRESS && MSI_NONBROKEN
 | |
| 
 | |
| config IOH3420
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI_EXPRESS && MSI_NONBROKEN
 | |
| 
 | |
| config I82801B11
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI_EXPRESS
 | |
| 
 | |
| config DEC_PCI
 | |
|     bool
 | |
| 
 | |
| config SIMBA
 | |
|     bool
 |