f773a31ece
Semihosting has been made a 'default y' entry in Kconfig, which does
not work because when building --without-default-devices, the
semihosting code would not be available.
Make semihosting unconditional when TCG is present.
Fixes: 29d9efca16
("arm/Kconfig: Do not build TCG-only boards on a KVM-only build")
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230508181611.2621-2-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
config ARM
|
|
bool
|
|
select ARM_COMPATIBLE_SEMIHOSTING if TCG
|
|
|
|
config AARCH64
|
|
bool
|
|
select ARM
|