summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-22 15:48:18 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-23 22:03:40 +0200
commitc8cab0d868f71e86cedb41a8a345e708e3320baf (patch)
tree49a7582065bb9229194df773ec1703dff3e1d3fa /target/config/Config.in.cpu
parente1f9ce6e1274750b23d7f19906649dd807b7dd31 (diff)
add target support for SGI O2 workstation
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r--target/config/Config.in.cpu10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 6b63b7af0..2a5330a12 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -795,6 +795,16 @@ config ADK_TARGET_CPU_MIPS_MIPS32R6
depends on ADK_TARGET_ARCH_MIPS
# mips64
+config ADK_TARGET_CPU_MIPS64_MIPS4
+ bool "mips4"
+ select ADK_LINUX_64
+ select ADK_TARGET_SUPPORTS_THREADS
+ select ADK_TARGET_SUPPORTS_LT
+ select ADK_TARGET_SUPPORTS_NPTL
+ select ADK_TARGET_WITH_MMU
+ select ADK_TARGET_ARCH_MIPS_WITH_NAN_LEGACY
+ depends on ADK_TARGET_ARCH_MIPS64
+
config ADK_TARGET_CPU_MIPS64_MIPS64
bool "mips64"
select ADK_LINUX_64