From a8de6415b23cf8e2f0ed5a7e355b55ed73a4feb8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Nov 2017 19:56:45 +0100 Subject: ppc: add more cpu types, add mpc8544ds qemu sample --- target/config/Config.in.fpu | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/config/Config.in.fpu') 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 -- cgit v1.2.3