summaryrefslogtreecommitdiff
path: root/target/config/Config.in.fpu.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-03 14:41:07 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-03 14:41:07 -0500
commit21b8f713db4b71cdf1e329afb3372aadec88f1e7 (patch)
treee9e9fd057ce7b6ec8d797374addd949842f49423 /target/config/Config.in.fpu.choice
parentbf46ae546e86c39e2b0f900610b9a72076af35b4 (diff)
rework FPU support for ARM again
With this commit I broke Kodi support for cubox-i: 4f93b213f2d3393fbb0b7ca200988f475e6cef83 I found following info regarding VFP and NEON: http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines Try to implement with this table in mind.
Diffstat (limited to 'target/config/Config.in.fpu.choice')
-rw-r--r--target/config/Config.in.fpu.choice6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.fpu.choice b/target/config/Config.in.fpu.choice
index 43df6220c..47ac22ddd 100644
--- a/target/config/Config.in.fpu.choice
+++ b/target/config/Config.in.fpu.choice
@@ -1,3 +1,9 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+config ADK_TARGET_ARCH_ARM_WITH_NEON
+ bool "enable NEON SIMD support"
+ depends on ADK_TARGET_ARCH_ARM
+ default n
+ help
+ Enable support for NEON SIMD CPU extensions.