diff options
Diffstat (limited to 'default-configs/devices/riscv64-softmmu.mak')
-rw-r--r-- | default-configs/devices/riscv64-softmmu.mak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/default-configs/devices/riscv64-softmmu.mak b/default-configs/devices/riscv64-softmmu.mak new file mode 100644 index 0000000000..76b6195648 --- /dev/null +++ b/default-configs/devices/riscv64-softmmu.mak @@ -0,0 +1,13 @@ +# Default configuration for riscv64-softmmu + +# Uncomment the following lines to disable these optional devices: +# +#CONFIG_PCI_DEVICES=n + +# Boards: +# +CONFIG_SPIKE=y +CONFIG_SIFIVE_E=y +CONFIG_SIFIVE_U=y +CONFIG_RISCV_VIRT=y +CONFIG_MICROCHIP_PFSOC=y |