target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP numbers...
[qemu/ar7.git] / hw / riscv / Kconfig
blobfb19b2df3a54e224314cb022d4923bb3d6c738e6
1 config HTIF
2     bool
4 config HART
5     bool
7 config SIFIVE
8     bool
9     select MSI_NONBROKEN
11 config SIFIVE_E
12     bool
13     select HART
14     select SIFIVE
15     select UNIMP
17 config SIFIVE_U
18     bool
19     select CADENCE
20     select HART
21     select SIFIVE
22     select UNIMP
24 config SPIKE
25     bool
26     select HART
27     select HTIF
28     select SIFIVE
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 SIFIVE