summaryrefslogtreecommitdiff
path: root/target/sparc/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:23:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:23:55 +0200
commit07af235e8a4db58886c240d82f46cdeab9f6fca9 (patch)
tree09cdd426175bc70b5856df5424c37c809135f9be /target/sparc/systems
parent892020b9b61deea7b9b741356ef5e5c31225b980 (diff)
add sample for sparc ipx
Diffstat (limited to 'target/sparc/systems')
-rw-r--r--target/sparc/systems/sun-ipx11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/sparc/systems/sun-ipx b/target/sparc/systems/sun-ipx
new file mode 100644
index 000000000..73a02bc61
--- /dev/null
+++ b/target/sparc/systems/sun-ipx
@@ -0,0 +1,11 @@
+config ADK_TARGET_SYSTEM_SUN_IPX
+ bool "Sun Sparcstation IPX"
+ select ADK_TARGET_CPU_SPARC_V8
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_KERNEL_ZIMAGE
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ help
+ Support for Sun Sparcstation IPX.
+