mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-10 14:24:15 +00:00
![Paolo Bonzini](/assets/img/avatar_default.png)
%-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
|