summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-11 16:16:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-11 16:16:42 +0200
commit63db1088c9fd63b813827df3ea609f31766073aa (patch)
treed8eb8268bdf67cbdcb009b8c6588392219a6505a
parent150093057baf2904b8fa0d8063c37ff076b38a7e (diff)
downloadptxdist-63db1088c9fd63b813827df3ea609f31766073aa.tar.gz
ptxdist-63db1088c9fd63b813827df3ea609f31766073aa.tar.xz
architecture: add option for NEON
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/architecture.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index dd6b67ac0..0493af179 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -215,6 +215,13 @@ config ARCH_ARM_IWMMXT
This enables the iwmmxt extension. This is present on some
but not all pxa processors.
+config ARCH_ARM_NEON
+ bool "support NEON extension"
+ depends on ARCH_ARM
+ help
+ This enables the NEON extension. This is e.g. present on
+ Cortex A8 processors.
+
#
# hardware / software floating point
#