xref: /openbmc/qemu/configs/devices/riscv32-softmmu/default.mak (revision 9c372ecfec5bd00f7ef5b6b2e9db9c2c859b408b)
1# Default configuration for riscv32-softmmu
2
3# Uncomment the following lines to disable these optional devices:
4#
5#CONFIG_PCI_DEVICES=n
6CONFIG_SEMIHOSTING=y
7CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
8
9# Boards:
10#
11CONFIG_SPIKE=y
12CONFIG_SIFIVE_E=y
13CONFIG_SIFIVE_U=y
14CONFIG_RISCV_VIRT=y
15CONFIG_OPENTITAN=y
16