aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/Kconfig
blob: 2df978fe8d5e6344645006097a05314e23e59d8f (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
config IBEX
    bool

config MICROCHIP_PFSOC
    bool
    select CADENCE_SDHCI
    select MCHP_PFSOC_MMUART
    select MSI_NONBROKEN
    select SIFIVE_CLINT
    select SIFIVE_PDMA
    select SIFIVE_PLIC
    select UNIMP

config OPENTITAN
    bool
    select IBEX
    select UNIMP

config RISCV_VIRT
    bool
    imply PCI_DEVICES
    imply TEST_DEVICES
    select GOLDFISH_RTC
    select MSI_NONBROKEN
    select PCI
    select PCI_EXPRESS_GENERIC_BRIDGE
    select PFLASH_CFI01
    select SERIAL
    select SIFIVE_CLINT
    select SIFIVE_PLIC
    select SIFIVE_TEST
    select VIRTIO_MMIO

config SIFIVE_E
    bool
    select MSI_NONBROKEN
    select SIFIVE_CLINT
    select SIFIVE_GPIO
    select SIFIVE_PLIC
    select SIFIVE_UART
    select SIFIVE_E_PRCI
    select UNIMP

config SIFIVE_U
    bool
    select CADENCE
    select MSI_NONBROKEN
    select SIFIVE_CLINT
    select SIFIVE_GPIO
    select SIFIVE_PDMA
    select SIFIVE_PLIC
    select SIFIVE_UART
    select SIFIVE_U_OTP
    select SIFIVE_U_PRCI
    select UNIMP

config SPIKE
    bool
    select HTIF
    select MSI_NONBROKEN
    select SIFIVE_CLINT
    select SIFIVE_PLIC