1config OR1K_SIM 2 bool 3 default y 4 depends on OPENRISC 5 select SERIAL 6 select OPENCORES_ETH 7 select OMPIC 8 select SPLIT_IRQ 9 10config OR1K_VIRT 11 bool 12 default y 13 depends on OPENRISC 14 imply PCI_DEVICES 15 imply VIRTIO_VGA 16 imply TEST_DEVICES 17 select PCI 18 select PCI_EXPRESS_GENERIC_BRIDGE 19 select GOLDFISH_RTC 20 select SERIAL 21 select SIFIVE_TEST 22 select VIRTIO_MMIO 23