812b31d3f9
In preparation for offering variation to our build configurations lets move everything and rename it to default. Common included base configs are also renamed. During the cleanup the stale usb.mak and pci.mak references were removed from MAINTAINERS. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
17 lines
320 B
Makefile
17 lines
320 B
Makefile
# Default configuration for riscv64-softmmu
|
|
|
|
# Uncomment the following lines to disable these optional devices:
|
|
#
|
|
#CONFIG_PCI_DEVICES=n
|
|
CONFIG_SEMIHOSTING=y
|
|
CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_SPIKE=y
|
|
CONFIG_SIFIVE_E=y
|
|
CONFIG_SIFIVE_U=y
|
|
CONFIG_RISCV_VIRT=y
|
|
CONFIG_MICROCHIP_PFSOC=y
|
|
CONFIG_SHAKTI_C=y
|