 40fef82c4e
			
		
	
	
		40fef82c4e
		
	
	
	
	
		
			
			This is mostly borrowed from xtensa and riscv as examples. The create_pcie_irq_map swizzle function is almost and exact copy but here we use a single cell interrupt, possibly we can make this generic. Signed-off-by: Stafford Horne <shorne@gmail.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config OR1K_SIM
 | |
|     bool
 | |
|     select SERIAL
 | |
|     select OPENCORES_ETH
 | |
|     select OMPIC
 | |
|     select SPLIT_IRQ
 | |
| 
 | |
| config OR1K_VIRT
 | |
|     bool
 | |
|     imply PCI_DEVICES
 | |
|     imply VIRTIO_VGA
 | |
|     imply TEST_DEVICES
 | |
|     select PCI
 | |
|     select PCI_EXPRESS_GENERIC_BRIDGE
 | |
|     select GOLDFISH_RTC
 | |
|     select SERIAL
 | |
|     select SIFIVE_TEST
 | |
|     select VIRTIO_MMIO
 |