diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-26 04:38:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-27 05:50:46 +0200 |
commit | a73da5a99a13b34e18f98c1ad0c327fdad000257 (patch) | |
tree | 13f2c15f2bf73222282cd5285a69dc1471fc66b8 /target/sparc/systems | |
parent | cdd54e5dbcc88c265a03afcc408c48cca30df03a (diff) |
sample for SUN JavaStation
Diffstat (limited to 'target/sparc/systems')
-rw-r--r-- | target/sparc/systems/sun-javastation | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/sparc/systems/sun-javastation b/target/sparc/systems/sun-javastation new file mode 100644 index 000000000..13f6091bb --- /dev/null +++ b/target/sparc/systems/sun-javastation @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_SUN_JAVASTATION + bool "Sun JavaStation" + select ADK_TARGET_CPU_SPARC_V7 + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_KERNEL_VMLINUX_AOUT + help + Support for Sun JavaStation. + |