summaryrefslogtreecommitdiff
path: root/target/mips/systems
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/systems')
-rw-r--r--target/mips/systems/sgi-indy12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/mips/systems/sgi-indy b/target/mips/systems/sgi-indy
new file mode 100644
index 000000000..56dc82e31
--- /dev/null
+++ b/target/mips/systems/sgi-indy
@@ -0,0 +1,12 @@
+config ADK_TARGET_SYSTEM_SGI_INDY
+ bool "SGI Indy"
+ depends on ADK_TARGET_BIG_ENDIAN
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_SCSI
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ help
+ Support for SGI Indy.
+