summaryrefslogtreecommitdiff
path: root/target/config/Config.in.fpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-06 19:56:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-06 19:56:45 +0100
commita8de6415b23cf8e2f0ed5a7e355b55ed73a4feb8 (patch)
tree630f7a64116aed315ba49890b94fe75bc9f8a94c /target/config/Config.in.fpu
parent7ad9bd33ece63ea288e3b36ca85f2cbd31abba3b (diff)
ppc: add more cpu types, add mpc8544ds qemu sample
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