aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv
diff options
context:
space:
mode:
Diffstat (limited to 'hw/riscv')
-rw-r--r--hw/riscv/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig
index 4989589..e0ee304 100644
--- a/hw/riscv/Kconfig
+++ b/hw/riscv/Kconfig
@@ -9,12 +9,25 @@ config SIFIVE
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
+ select HART
+ select SERIAL
+ select VIRTIO_MMIO
+ select PCI_EXPRESS_GENERIC_BRIDGE
+ select SIFIVE