xref: /openbmc/qemu/hw/openrisc/Kconfig (revision a0359b56)
1config OR1K_SIM
2    bool
3    default y
4    depends on OPENRISC
5    select DEVICE_TREE
6    select SERIAL
7    select OPENCORES_ETH
8    select OMPIC
9    select SPLIT_IRQ
10
11config OR1K_VIRT
12    bool
13    default y
14    depends on OPENRISC
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
23    select SIFIVE_TEST
24    select VIRTIO_MMIO
25