monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()
[qemu.git] / hw / riscv / Kconfig
blob94d19571f7a5be670c63fb010b1fa9d10205b4c2
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 OPENTITAN
31     bool
32     select HART
33     select UNIMP
35 config RISCV_VIRT
36     bool
37     imply PCI_DEVICES
38     imply TEST_DEVICES
39     select PCI
40     select HART
41     select SERIAL
42     select GOLDFISH_RTC
43     select VIRTIO_MMIO
44     select PCI_EXPRESS_GENERIC_BRIDGE
45     select PFLASH_CFI01
46     select SIFIVE