[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 3/3] target/arm/Kconfig: Stop requiring CONFIG_ARM_V7M
From: |
Thomas Huth |
Subject: |
[PATCH v3 3/3] target/arm/Kconfig: Stop requiring CONFIG_ARM_V7M |
Date: |
Fri, 8 Mar 2024 15:10:51 +0100 |
Now that we made sure that ARM_V7M code only gets compiled if really
needed, we can drop the hard requirement for CONFIG_ARM_V7M in the
Kconfig file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
target/arm/Kconfig | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/arm/Kconfig b/target/arm/Kconfig
index bf57d739cd..3fffdcb61b 100644
--- a/target/arm/Kconfig
+++ b/target/arm/Kconfig
@@ -2,10 +2,6 @@ config ARM
bool
select ARM_COMPATIBLE_SEMIHOSTING if TCG
- # We need to select this until we move m_helper.c and the
- # translate.c v7m helpers under ARM_V7M.
- select ARM_V7M if TCG
-
config AARCH64
bool
select ARM
--
2.44.0