summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-25 23:38:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-25 23:38:49 +0100
commitd787919ca32f7b8ce29b64f7d9f9b4c1d79c7e29 (patch)
treed01c8233f0e3657cbfac25b44c840bc80c9c63b1 /target/config/Config.in.tc
parent2826acfb9da3f85743ba3f8c2d34568109ab3c22 (diff)
allow to build different ppc64 subarchs
Diffstat (limited to 'target/config/Config.in.tc')
-rw-r--r--target/config/Config.in.tc16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc
index 3975c99f9..26e0aa1f7 100644
--- a/target/config/Config.in.tc
+++ b/target/config/Config.in.tc
@@ -12,6 +12,7 @@ depends on (ADK_TARGET_TOOLCHAIN || ADK_TARGET_SIM || ADK_TARGET_SYSTEM_GENERIC_
|| ADK_TARGET_ARCH_M68K \
|| ADK_TARGET_ARCH_MIPS \
|| ADK_TARGET_ARCH_MIPS64 \
+ || ADK_TARGET_ARCH_PPC64 \
|| ADK_TARGET_ARCH_SH \
|| ADK_TARGET_ARCH_SPARC \
|| ADK_TARGET_ARCH_X86 \
@@ -449,6 +450,21 @@ config ADK_TARGET_CPU_MIPS_MIPS64R6
select ADK_CPU_MIPS64R6
depends on ADK_TARGET_ARCH_MIPS64
+config ADK_TARGET_CPU_PPC64_POWER6
+ bool "power6"
+ select ADK_CPU_POWER6
+ depends on ADK_TARGET_ARCH_PPC64
+
+config ADK_TARGET_CPU_PPC64_POWER7
+ bool "power7"
+ select ADK_CPU_POWER7
+ depends on ADK_TARGET_ARCH_PPC64
+
+config ADK_TARGET_CPU_PPC64_POWER8
+ bool "power8"
+ select ADK_CPU_POWER8
+ depends on ADK_TARGET_ARCH_PPC64
+
config ADK_TARGET_CPU_SH_SH2
bool "sh2"
select ADK_CPU_SH2