mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 c64bd101fe
			
		
	
	
		c64bd101fe
		
	
	
	
	
		
			
			We want to be able to use the 'SH4' config for architecture specific features. Add more fine-grained selection by adding a CONFIG_SH_PCI selector for the SH4 PCI controller. Move the file with the other PCI host devices in hw/pci-host and add its missing MAINTAINERS entries. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210222141514.2646278-8-f4bug@amsat.org>
		
			
				
	
	
		
			75 lines
		
	
	
		
			981 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
		
			981 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config PAM
 | |
|     bool
 | |
| 
 | |
| config XEN_IGD_PASSTHROUGH
 | |
|     bool
 | |
|     default y
 | |
|     depends on XEN && PCI_I440FX
 | |
| 
 | |
| config PREP_PCI
 | |
|     bool
 | |
|     select PCI
 | |
|     select OR_IRQ
 | |
| 
 | |
| config GRACKLE_PCI
 | |
|     select PCI
 | |
|     bool
 | |
| 
 | |
| config UNIN_PCI
 | |
|     bool
 | |
|     select PCI
 | |
|     select DEC_PCI
 | |
|     select OPENPIC
 | |
| 
 | |
| config PPCE500_PCI
 | |
|     select PCI
 | |
|     bool
 | |
| 
 | |
| config VERSATILE_PCI
 | |
|     select PCI
 | |
|     bool
 | |
| 
 | |
| config PCI_SABRE
 | |
|     select PCI
 | |
|     bool
 | |
| 
 | |
| config PCI_I440FX
 | |
|     bool
 | |
|     select PCI
 | |
|     select PAM
 | |
| 
 | |
| config PCI_EXPRESS_Q35
 | |
|     bool
 | |
|     select PCI_EXPRESS
 | |
|     select PAM
 | |
| 
 | |
| config PCI_EXPRESS_GENERIC_BRIDGE
 | |
|     bool
 | |
|     select PCI_EXPRESS
 | |
| 
 | |
| config PCI_EXPRESS_XILINX
 | |
|     bool
 | |
|     select PCI_EXPRESS
 | |
| 
 | |
| config PCI_EXPRESS_DESIGNWARE
 | |
|     bool
 | |
|     select PCI_EXPRESS
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config PCI_BONITO
 | |
|     select PCI
 | |
|     select UNIMP
 | |
|     bool
 | |
| 
 | |
| config PCI_POWERNV
 | |
|     select PCI_EXPRESS
 | |
|     select MSI_NONBROKEN
 | |
|     select PCIE_PORT
 | |
| 
 | |
| config REMOTE_PCIHOST
 | |
|     bool
 | |
| 
 | |
| config SH_PCI
 | |
|     bool
 | |
|     select PCI
 |