summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-26 07:57:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-26 07:57:30 +0100
commit05dfdb01b1da66b1314ae7cbd796d1d7f3906cef (patch)
tree350108331b64bd1bd28da072d01ac47a52f08a70 /target/config/Config.in.tc
parente35dae1efd56219eb222e2cbd98090e8d672df98 (diff)
add support for tilepro/tilegx toolchain, tilepro is broken
Diffstat (limited to 'target/config/Config.in.tc')
-rw-r--r--target/config/Config.in.tc11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc
index 26e0aa1f7..59352e8d6 100644
--- a/target/config/Config.in.tc
+++ b/target/config/Config.in.tc
@@ -15,6 +15,7 @@ depends on (ADK_TARGET_TOOLCHAIN || ADK_TARGET_SIM || ADK_TARGET_SYSTEM_GENERIC_
|| ADK_TARGET_ARCH_PPC64 \
|| ADK_TARGET_ARCH_SH \
|| ADK_TARGET_ARCH_SPARC \
+ || ADK_TARGET_ARCH_TILE \
|| ADK_TARGET_ARCH_X86 \
|| ADK_TARGET_ARCH_X86_64 )
@@ -500,6 +501,16 @@ config ADK_TARGET_CPU_SPARC_LEON
select ADK_CPU_SPARC_LEON
depends on ADK_TARGET_ARCH_SPARC
+config ADK_TARGET_CPU_TILE_TILEGX
+ bool "tilegx"
+ select ADK_CPU_TILEGX
+ depends on ADK_TARGET_ARCH_TILE
+
+config ADK_TARGET_CPU_TILE_TILEPRO
+ bool "tilepro"
+ select ADK_CPU_TILEPRO
+ depends on ADK_TARGET_ARCH_TILE
+
config ADK_TARGET_CPU_X86_I486
bool "i486"
select ADK_CPU_I486