aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-05-20 14:02:28 -0700
committerRichard Henderson <rth@anchor.twiddle.net>2011-05-31 10:18:05 -0700
commitb758aca1f6cdb175634812b79f5560c36c902d00 (patch)
tree4654a484ef18c9ff93245f04b7a11ffadf590b70 /default-configs
parent129d8aa575b1a0c06b471a506c5a233bd270bff4 (diff)
target-alpha: Enable the alpha-softmmu target.
With all of the pre-existing code that would not compile gone, this is the earliest point at which the target can be enabled. There is no machine defined yet, so this will crash on startup. Enable the target anyway, to make sure that further compilation problems do not creep back in. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/alpha-softmmu.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak
new file mode 100644
index 0000000000..abadcffec9
--- /dev/null
+++ b/default-configs/alpha-softmmu.mak
@@ -0,0 +1,9 @@
+# Default configuration for alpha-softmmu
+
+include pci.mak
+CONFIG_SERIAL=y
+CONFIG_I8254=y
+CONFIG_VGA_PCI=y
+CONFIG_IDE_CORE=y
+CONFIG_IDE_QDEV=y
+CONFIG_VMWARE_VGA=y