82a230d5a3
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
220 B
Makefile
13 lines
220 B
Makefile
# Default configuration for riscv32-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
|