aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-01-25 13:36:37 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2024-05-03 15:47:47 +0200
commit01ef1c0dc83cc40522b45f289cd5ed669b0f3da4 (patch)
treefcad52837c7b960c2fce378d929c15536c9edaf8 /hw
parent7e10ce2706e2dbed6a59825dc0286b3810395afa (diff)
downloadqemu-01ef1c0dc83cc40522b45f289cd5ed669b0f3da4.zip
qemu-01ef1c0dc83cc40522b45f289cd5ed669b0f3da4.tar.gz
qemu-01ef1c0dc83cc40522b45f289cd5ed669b0f3da4.tar.bz2
alpha: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Start with Alpha. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/alpha/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig
index 9af650c..7f3455c 100644
--- a/hw/alpha/Kconfig
+++ b/hw/alpha/Kconfig
@@ -1,5 +1,7 @@
config DP264
bool
+ default y
+ depends on ALPHA
imply PCI_DEVICES
imply TEST_DEVICES
imply E1000_PCI