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