mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

Just like all other dependencies, these can be expressed in Kconfig files rather than in the default configurations. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20240129115809.1039924-1-pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240207163812.3231697-10-alex.bennee@linaro.org>
7 lines
185 B
Text
7 lines
185 B
Text
config RISCV32
|
|
bool
|
|
select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
|
|
|
|
config RISCV64
|
|
bool
|
|
select ARM_COMPATIBLE_SEMIHOSTING # for do_common_semihosting()
|