repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()
[qemu.git]
/
hw
/
riscv
/
Kconfig
blob
94d19571f7a5be670c63fb010b1fa9d10205b4c2
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 OPENTITAN
31
bool
32
select HART
33
select UNIMP
34
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