summary refs log tree commit diff stats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/riscv/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig
index 4989589308..e0ee3043a6 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