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>
This commit is contained in:
Paolo Bonzini 2024-01-25 13:36:37 +01:00
parent 2f856b2861
commit 9f6ece49d5
3 changed files with 17 additions and 8 deletions

View file

@ -663,7 +663,7 @@ build-without-defaults:
--disable-pie --disable-pie
--disable-qom-cast-debug --disable-qom-cast-debug
--disable-strip --disable-strip
TARGETS: alpha-softmmu avr-softmmu cris-softmmu hppa-softmmu TARGETS: alpha-softmmu avr-softmmu cris-softmmu hppa-softmmu m68k-softmmu
s390x-softmmu sh4-softmmu s390x-softmmu sh4-softmmu
sparc64-softmmu hexagon-linux-user i386-linux-user s390x-linux-user sparc64-softmmu hexagon-linux-user i386-linux-user s390x-linux-user
MAKE_CHECK_ARGS: check MAKE_CHECK_ARGS: check

View file

@ -1,9 +1,8 @@
# Default configuration for m68k-softmmu # Default configuration for m68k-softmmu
# Boards: # Boards are selected by default, uncomment to keep out of the build.
# # CONFIG_AN5206=n
CONFIG_AN5206=y # CONFIG_MCF5208=n
CONFIG_MCF5208=y # CONFIG_NEXTCUBE=n
CONFIG_NEXTCUBE=y # CONFIG_Q800=n
CONFIG_Q800=y # CONFIG_M68K_VIRT=n
CONFIG_M68K_VIRT=y

View file

@ -1,20 +1,28 @@
config AN5206 config AN5206
bool bool
default y
depends on M68K
select COLDFIRE select COLDFIRE
select PTIMER select PTIMER
config MCF5208 config MCF5208
bool bool
default y
depends on M68K
select COLDFIRE select COLDFIRE
select PTIMER select PTIMER
config NEXTCUBE config NEXTCUBE
bool bool
default y
depends on M68K
select FRAMEBUFFER select FRAMEBUFFER
select ESCC select ESCC
config Q800 config Q800
bool bool
default y
depends on M68K
select MAC_VIA select MAC_VIA
select NUBUS select NUBUS
select MACFB select MACFB
@ -29,6 +37,8 @@ config Q800
config M68K_VIRT config M68K_VIRT
bool bool
default y
depends on M68K
select M68K_IRQC select M68K_IRQC
select VIRT_CTRL select VIRT_CTRL
select GOLDFISH_PIC select GOLDFISH_PIC