diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-11 20:44:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-14 13:23:48 +0100 |
commit | b93894aa3894d0094da7c62ac683d82c756714e6 (patch) | |
tree | 813c6115be63dd14fe38f55eaa3c6325374d14e6 /target/mips/systems | |
parent | d9465c88d2701b2f33edf90b689d803a9dfc520f (diff) |
add basic SGI indy support
Diffstat (limited to 'target/mips/systems')
-rw-r--r-- | target/mips/systems/sgi-indy | 12 |
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. + |