summaryrefslogtreecommitdiff
path: root/target/config/Config.in.fpu
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.fpu')
-rw-r--r--target/config/Config.in.fpu11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/config/Config.in.fpu b/target/config/Config.in.fpu
index 1ea04be3e..0abb5f8e0 100644
--- a/target/config/Config.in.fpu
+++ b/target/config/Config.in.fpu
@@ -1,6 +1,17 @@
# 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_PPC_WITH_SPE
+ bool
+ default n
+
+config ADK_TARGET_ARCH_PPC_WITH_ALTIVEC
+ bool "enable AltiVec SIMD support"
+ depends on ADK_TARGET_ARCH_PPC && ADK_TARGET_CPU_WITH_ALTIVEC
+ default n
+ help
+ Enable support for AltiVec SIMD CPU extensions.
+
config ADK_TARGET_ARCH_ARM_WITH_NEON
bool "enable NEON SIMD support"
depends on ADK_TARGET_ARCH_ARM && ADK_TARGET_CPU_WITH_NEON