aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/Kconfig
blob: 867421108501dbce1891d44f1341dfe8d39e277d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
config HTIF
    bool

config HART
    bool

config SIFIVE
    bool
    select MSI_NONBROKEN

config SIFIVE_E
    bool
    select HART
    select SIFIVE

config SIFIVE_U
    bool
    select CADENCE
    select HART
    select SIFIVE

config SPIKE
    bool
    select HART
    select HTIF
    select SIFIVE

config RISCV_VIRT
    bool
    imply PCI_DEVICES
    imply TEST_DEVICES
    select PCI
    select HART
    select SERIAL
    select VIRTIO_MMIO
    select PCI_EXPRESS_GENERIC_BRIDGE
    select SIFIVE