From: Philippe Mathieu-Daudé Date: Thu, 18 Jul 2024 09:45:23 +0000 (+0100) Subject: semihosting: Restrict to TCG X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ddd1731385442db6d09d37157158c52487eda1f3;p=qemu.git semihosting: Restrict to TCG Semihosting currently uses the TCG probe_access API. It is pointless to have it in the binary when TCG isn't. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20240717105723.58965-9-philmd@linaro.org> Signed-off-by: Alex Bennée Message-Id: <20240718094523.1198645-16-alex.bennee@linaro.org> --- diff --git a/semihosting/Kconfig b/semihosting/Kconfig index eaf3a20ef5..fbe6ac87f9 100644 --- a/semihosting/Kconfig +++ b/semihosting/Kconfig @@ -1,6 +1,7 @@ config SEMIHOSTING bool + depends on TCG config ARM_COMPATIBLE_SEMIHOSTING bool