aboutsummaryrefslogtreecommitdiff
path: root/target/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'target/arm/Kconfig')
-rw-r--r--target/arm/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/target/arm/Kconfig b/target/arm/Kconfig
index 39f05b6..3fffdcb 100644
--- a/target/arm/Kconfig
+++ b/target/arm/Kconfig
@@ -1,13 +1,7 @@
config ARM
bool
+ select ARM_COMPATIBLE_SEMIHOSTING if TCG
config AARCH64
bool
select ARM
-
-# This config exists just so we can make SEMIHOSTING default when TCG
-# is selected without also changing it for other architectures.
-config ARM_SEMIHOSTING
- bool
- default y if TCG && ARM
- select ARM_COMPATIBLE_SEMIHOSTING