summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-02-02 09:53:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-02-02 09:53:49 +0100
commit5ee04c47664fd44f567eaeabef6fc43b74c21a47 (patch)
tree976e140eef739fa0a06b8da765430bd318514ce1
parenta3dfab17f6089fb22087b7772e7f80d1751d13d3 (diff)
downloadptxdist-5ee04c47664fd44f567eaeabef6fc43b74c21a47.tar.gz
ptxdist-5ee04c47664fd44f567eaeabef6fc43b74c21a47.tar.xz
architecture.in: add option for ARMv7
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/architecture.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index 06ed36dde..3543b97d1 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -249,6 +249,17 @@ config ARCH_ARM_V6
architecture version of ARMv6 or newer. Which is the case
for the ARM11 and Cortex A Cores.
+config ARCH_ARM_V7
+ bool "arm architecture version >= ARMv7"
+ depends on ARCH_ARM
+ select ARCH_ARM_V6
+ help
+ This options enables optimisation for ARMv6 cores.
+
+ Select this if you have an arm processor with an
+ architecture version of ARMv7. Which is the case
+ for the Cortex A8 and later Cores.
+
config ARCH_ARM_IWMMXT
bool "support iwmmxt extension"
depends on ARCH_ARM
@@ -267,6 +278,7 @@ config ARCH_ARM_NEON
config ARCH_ARMV7_NEON
bool
+ select ARCH_ARM_V7
default ARCH_ARM_NEON if ARCH_ARM
#