diff options
Diffstat (limited to 'target/alpha/systems')
-rw-r--r-- | target/alpha/systems/dec-alphastation-m3 | 8 | ||||
-rw-r--r-- | target/alpha/systems/dec-multia | 11 |
2 files changed, 0 insertions, 19 deletions
diff --git a/target/alpha/systems/dec-alphastation-m3 b/target/alpha/systems/dec-alphastation-m3 deleted file mode 100644 index 4ac0d5166..000000000 --- a/target/alpha/systems/dec-alphastation-m3 +++ /dev/null @@ -1,8 +0,0 @@ -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 - diff --git a/target/alpha/systems/dec-multia b/target/alpha/systems/dec-multia deleted file mode 100644 index badef7e87..000000000 --- a/target/alpha/systems/dec-multia +++ /dev/null @@ -1,11 +0,0 @@ -config ADK_TARGET_SYSTEM_DEC_MULTIA - bool "Digital Multia" - select ADK_TARGET_CPU_ALPHA_EV4 - select ADK_TARGET_WITH_SERIAL - select ADK_TARGET_WITH_NET - select ADK_TARGET_WITH_NETDEVICE - select ADK_TARGET_KERNEL_VMLINUX_BOOTP - help - Support for DEC Multia. See: - https://en.wikipedia.org/wiki/DEC_Multia - |