summaryrefslogtreecommitdiffstats
path: root/platforms/architecture.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-09 16:13:23 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-09 16:18:03 +0100
commitbf2c90aedabe0fae2f130f26ea789af94eb2f9a4 (patch)
tree43a477b6aaf51ef9b638d7ee9357ffb43f5a8085 /platforms/architecture.in
parentf87a794e53b0ae2fe2469bf6f3cbc3d0dc334142 (diff)
downloadptxdist-bf2c90aedabe0fae2f130f26ea789af94eb2f9a4.tar.gz
ptxdist-bf2c90aedabe0fae2f130f26ea789af94eb2f9a4.tar.xz
[architecture] add switch for ARM architecture version
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms/architecture.in')
-rw-r--r--platforms/architecture.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index c74f2b518..a5e4088aa 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -239,6 +239,21 @@ choice
depends on ARCH_SUPPORTS_ENDIAN_LITTLE
endchoice
+
+#
+# ARM Architecture Version
+#
+config ARCH_ARM_V6
+ bool "arm architecture version >= ARMv6"
+ depends on ARCH_ARM
+ help
+ This options enables optimisation for ARMv6 cores.
+
+ Select this if you have an arm processor with an
+ architecture version of ARMv6 or newer. Which is the case
+ for the ARM11 and Cortex A Cores.
+
+
#
# hardware / software floating point
#
@@ -299,4 +314,3 @@ source "platforms/toolchain_options.in"
source "platforms/paths.in"
endmenu
-