]> Git Repo - qemu.git/blame - hw/riscv/Kconfig
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200117-1' into...
[qemu.git] / hw / riscv / Kconfig
CommitLineData
82f51817
PB
1config HTIF
2 bool
3
4config HART
5 bool
6
7config SIFIVE
8 bool
ca9b7e29 9 select MSI_NONBROKEN
82f51817
PB
10
11config SIFIVE_E
12 bool
82a230d5
PB
13 select HART
14 select SIFIVE
68c9a9b3 15 select UNIMP
82f51817
PB
16
17config SIFIVE_U
18 bool
82a230d5
PB
19 select CADENCE
20 select HART
21 select SIFIVE
7b6bb66f 22 select UNIMP
82f51817
PB
23
24config SPIKE
25 bool
82a230d5
PB
26 select HART
27 select HTIF
28 select SIFIVE
82f51817
PB
29
30config RISCV_VIRT
31 bool
fcfd1bcc
DA
32 imply PCI_DEVICES
33 imply TEST_DEVICES
34 select PCI
82a230d5
PB
35 select HART
36 select SERIAL
37 select VIRTIO_MMIO
38 select PCI_EXPRESS_GENERIC_BRIDGE
71eb522c 39 select PFLASH_CFI01
82a230d5 40 select SIFIVE
This page took 0.093285 seconds and 4 git commands to generate.