diff options
Diffstat (limited to 'hw/riscv')
-rw-r--r-- | hw/riscv/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig new file mode 100644 index 0000000000..4989589308 --- /dev/null +++ b/hw/riscv/Kconfig @@ -0,0 +1,20 @@ +config HTIF + bool + +config HART + bool + +config SIFIVE + bool + +config SIFIVE_E + bool + +config SIFIVE_U + bool + +config SPIKE + bool + +config RISCV_VIRT + bool |