diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-22 08:20:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-22 12:46:04 +0200 |
commit | 76c3d4e0952cd5db7f6214bf2ca7eb6995b23eab (patch) | |
tree | aedda760eb1a2aaba9329c8389959b2c42eec081 /target | |
parent | 50c9a422782ac39851612825df9fad46f30e3bf6 (diff) |
add alpha sample
Diffstat (limited to 'target')
-rw-r--r-- | target/alpha/kernel/dec-alphastation-m3 | 5 | ||||
-rw-r--r-- | target/alpha/systems/dec-alphastation-m3 | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/target/alpha/kernel/dec-alphastation-m3 b/target/alpha/kernel/dec-alphastation-m3 new file mode 100644 index 000000000..c09cc78b3 --- /dev/null +++ b/target/alpha/kernel/dec-alphastation-m3 @@ -0,0 +1,5 @@ +CONFIG_ALPHA=y +CONFIG_ALPHA_AVANTI_CH=y +CONFIG_ISA=y +CONFIG_ISA_DMA_API=y +CONFIG_ALPHA_SRM=y diff --git a/target/alpha/systems/dec-alphastation-m3 b/target/alpha/systems/dec-alphastation-m3 new file mode 100644 index 000000000..4ac0d5166 --- /dev/null +++ b/target/alpha/systems/dec-alphastation-m3 @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_DEC_ALPHASTATION_M3 + bool "Digital Alphastation 250 4/266 (M3)" + select ADK_TARGET_CPU_ALPHA_EV4 + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Support for DEC Alphastation. See: + https://en.wikipedia.org/wiki/AlphaStation + |