summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tc
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.tc')
-rw-r--r--target/config/Config.in.tc32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc
index 810822e47..23a77b566 100644
--- a/target/config/Config.in.tc
+++ b/target/config/Config.in.tc
@@ -10,6 +10,8 @@ depends on (ADK_TARGET_TOOLCHAIN || ADK_TARGET_SIM) && \
|| ADK_TARGET_ARCH_ARM \
|| ADK_TARGET_ARCH_BFIN \
|| ADK_TARGET_ARCH_M68K \
+ || ADK_TARGET_ARCH_MIPS \
+ || ADK_TARGET_ARCH_MIPS64 \
|| ADK_TARGET_ARCH_SH \
|| ADK_TARGET_ARCH_X86 )
@@ -415,6 +417,36 @@ config ADK_TARGET_CPU_M68K_68060
select ADK_CPU_68060
depends on ADK_TARGET_ARCH_M68K
+config ADK_TARGET_CPU_MIPS_MIPS32
+ bool "mips32"
+ select ADK_CPU_MIPS32
+ depends on ADK_TARGET_ARCH_MIPS
+
+config ADK_TARGET_CPU_MIPS_MIPS32R2
+ bool "mips32r2"
+ select ADK_CPU_MIPS32R2
+ depends on ADK_TARGET_ARCH_MIPS
+
+config ADK_TARGET_CPU_MIPS_MIPS32R6
+ bool "mips32r6"
+ select ADK_CPU_MIPS32R6
+ depends on ADK_TARGET_ARCH_MIPS
+
+config ADK_TARGET_CPU_MIPS_MIPS64
+ bool "mips64"
+ select ADK_CPU_MIPS64
+ depends on ADK_TARGET_ARCH_MIPS64
+
+config ADK_TARGET_CPU_MIPS_MIPS64R2
+ bool "mips64r2"
+ select ADK_CPU_MIPS64R2
+ depends on ADK_TARGET_ARCH_MIPS64
+
+config ADK_TARGET_CPU_MIPS_MIPS64R6
+ bool "mips64r6"
+ select ADK_CPU_MIPS64R6
+ depends on ADK_TARGET_ARCH_MIPS64
+
config ADK_TARGET_CPU_SH_SH2
bool "sh2"
select ADK_CPU_SH2