diff options
Diffstat (limited to 'target/arm/Kconfig')
-rw-r--r-- | target/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/Kconfig b/target/arm/Kconfig index 3fffdcb..5947366 100644 --- a/target/arm/Kconfig +++ b/target/arm/Kconfig @@ -1,6 +1,7 @@ config ARM bool select ARM_COMPATIBLE_SEMIHOSTING if TCG + select ARM_V7M if TCG config AARCH64 bool |