xref: /openbmc/qemu/hw/openrisc/Kconfig (revision f432962e72de4d820b11294ae3e51f2aa5643265)
1config OR1K_SIM
2    bool
3    select SERIAL
4    select OPENCORES_ETH
5    select OMPIC
6    select SPLIT_IRQ
7
8config OR1K_VIRT
9    bool
10    imply PCI_DEVICES
11    imply VIRTIO_VGA
12    imply TEST_DEVICES
13    select PCI
14    select PCI_EXPRESS_GENERIC_BRIDGE
15    select GOLDFISH_RTC
16    select SERIAL
17    select SIFIVE_TEST
18    select VIRTIO_MMIO
19