aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-07-18 10:45:20 +0100
committerAlex Bennée <alex.bennee@linaro.org>2024-07-22 09:38:10 +0100
commit75cdcc7a2c75a0f22040be535572261bf4ee7240 (patch)
treedf8226a0ecce2760f0545324cd52adbc3402dcc1 /target
parent099505b375aae2ab7436e14238826f6a06535334 (diff)
target/mips: Restrict semihosting to TCG
Semihosting currently uses the TCG probe_access API. To prepare for encoding the TCG dependency in Kconfig, do not enable it unless TCG is available. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20240717105723.58965-6-philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240718094523.1198645-13-alex.bennee@linaro.org>
Diffstat (limited to 'target')
-rw-r--r--target/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Kconfig b/target/mips/Kconfig
index eb19c94c7d..876048b150 100644
--- a/target/mips/Kconfig
+++ b/target/mips/Kconfig
@@ -1,6 +1,6 @@
config MIPS
bool
- select SEMIHOSTING
+ imply SEMIHOSTING if TCG
config MIPS64
bool