]> Git Repo - qemu.git/blob - hw/riscv/Kconfig
x86: move SMM property to X86MachineState
[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     select UNIMP
16
17 config SIFIVE_U
18     bool
19     select CADENCE
20     select HART
21     select SIFIVE
22     select UNIMP
23
24 config SPIKE
25     bool
26     select HART
27     select HTIF
28     select SIFIVE
29
30 config RISCV_VIRT
31     bool
32     imply PCI_DEVICES
33     imply TEST_DEVICES
34     select PCI
35     select HART
36     select SERIAL
37     select VIRTIO_MMIO
38     select PCI_EXPRESS_GENERIC_BRIDGE
39     select PFLASH_CFI01
40     select SIFIVE
This page took 0.022191 seconds and 4 git commands to generate.