aboutsummaryrefslogtreecommitdiff
path: root/configs
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
commit9f6ece49d5a1e79e9d6c8f3308c12fad66c481c0 (patch)
tree6ee5892aebb35851c1ac7efe39427027bd3137dd /configs
parent2f856b2861e58ffebd544558c045b32fff04920f (diff)
downloadqemu-9f6ece49d5a1e79e9d6c8f3308c12fad66c481c0.zip
qemu-9f6ece49d5a1e79e9d6c8f3308c12fad66c481c0.tar.gz
qemu-9f6ece49d5a1e79e9d6c8f3308c12fad66c481c0.tar.bz2
m68k: 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. Continue with m68k. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/devices/m68k-softmmu/default.mak13
1 files changed, 6 insertions, 7 deletions
diff --git a/configs/devices/m68k-softmmu/default.mak b/configs/devices/m68k-softmmu/default.mak
index 8dcaa28..3ceda6b 100644
--- a/configs/devices/m68k-softmmu/default.mak
+++ b/configs/devices/m68k-softmmu/default.mak
@@ -1,9 +1,8 @@
# Default configuration for m68k-softmmu
-# Boards:
-#
-CONFIG_AN5206=y
-CONFIG_MCF5208=y
-CONFIG_NEXTCUBE=y
-CONFIG_Q800=y
-CONFIG_M68K_VIRT=y
+# Boards are selected by default, uncomment to keep out of the build.
+# CONFIG_AN5206=n
+# CONFIG_MCF5208=n
+# CONFIG_NEXTCUBE=n
+# CONFIG_Q800=n
+# CONFIG_M68K_VIRT=n