 6a36a4ced8
			
		
	
	
		6a36a4ced8
		
	
	
	
	
		
			
			Introduce a CONFIG option to build the pcie-to-pci bridge. No functional change since it's enabled per default for PCIE_PORT=y. Signed-off-by: Sebastian Ott <sebott@redhat.com> Message-Id: <72b6599d-6b27-00b5-aac5-2ebc16a2e023@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			673 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			673 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config PCIE_PORT
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI_EXPRESS && MSI_NONBROKEN
 | |
| 
 | |
| config PCIE_PCI_BRIDGE
 | |
|     bool
 | |
|     default y if PCIE_PORT
 | |
|     depends on PCIE_PORT
 | |
| 
 | |
| config PXB
 | |
|     bool
 | |
|     default y if Q35 || ARM_VIRT
 | |
| 
 | |
| 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
 | |
| 
 | |
| config CXL
 | |
|     bool
 | |
|     default y if PCI_EXPRESS && PXB
 | |
|     depends on PCI_EXPRESS && MSI_NONBROKEN && PXB
 |