[PATCH 07/10] target/arm: Move V7M feature to target Kconfig

Philippe Mathieu-Daudé posted 10 patches 4 years, 9 months ago
[PATCH 07/10] target/arm: Move V7M feature to target Kconfig
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
V7M is an architecture feature, move its declaration to target/arm/.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/arm/Kconfig     | 4 ----
 target/arm/Kconfig | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 09298881f2f..f3ecb73a3d8 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -292,10 +292,6 @@ config ZYNQ
     select XILINX_SPIPS
     select ZYNQ_DEVCFG
 
-config ARM_V7M
-    bool
-    select PTIMER
-
 config ALLWINNER_A10
     bool
     select AHCI
diff --git a/target/arm/Kconfig b/target/arm/Kconfig
index 3f3394a22b2..1f05de47ca6 100644
--- a/target/arm/Kconfig
+++ b/target/arm/Kconfig
@@ -4,3 +4,7 @@ config ARM
 config AARCH64
     bool
     select ARM
+
+config ARM_V7M
+    bool
+    select PTIMER
-- 
2.26.2

Re: [PATCH 07/10] target/arm: Move V7M feature to target Kconfig
Posted by Alex Bennée 4 years, 9 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> V7M is an architecture feature, move its declaration to target/arm/.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


modulo previous comments:

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée