]> Git Repo - qemu.git/blob - hw/riscv/Kconfig
Makefile: install the edk2 firmware images and their descriptors
[qemu.git] / hw / riscv / Kconfig
1 config HTIF
2     bool
3
4 config HART
5     bool
6
7 config SIFIVE
8     bool
9     select MSI_NONBROKEN
10
11 config SIFIVE_E
12     bool
13     select HART
14     select SIFIVE
15
16 config SIFIVE_U
17     bool
18     select CADENCE
19     select HART
20     select SIFIVE
21
22 config SPIKE
23     bool
24     select HART
25     select HTIF
26     select SIFIVE
27
28 config RISCV_VIRT
29     bool
30     imply PCI_DEVICES
31     imply TEST_DEVICES
32     select PCI
33     select HART
34     select SERIAL
35     select VIRTIO_MMIO
36     select PCI_EXPRESS_GENERIC_BRIDGE
37     select SIFIVE
This page took 0.028417 seconds and 4 git commands to generate.