diff options
Diffstat (limited to 'target/sparc/systems/sun-ipx')
-rw-r--r-- | target/sparc/systems/sun-ipx | 11 |
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. + |