QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
460 B
24 lines
460 B
config OR1K_SIM
|
|
bool
|
|
default y
|
|
depends on OR1K
|
|
select DEVICE_TREE
|
|
select SERIAL_MM
|
|
select OPENCORES_ETH
|
|
select OMPIC
|
|
select SPLIT_IRQ
|
|
|
|
config OR1K_VIRT
|
|
bool
|
|
default y
|
|
depends on OR1K
|
|
imply PCI_DEVICES
|
|
imply VIRTIO_VGA
|
|
imply TEST_DEVICES
|
|
select DEVICE_TREE
|
|
select PCI
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select GOLDFISH_RTC
|
|
select SERIAL_MM
|
|
select SIFIVE_TEST
|
|
select VIRTIO_MMIO
|
|
|