qemu/hw/m68k/Kconfig
Paolo Bonzini 9f6ece49d5 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>
2024-05-03 15:47:47 +02:00

48 lines
731 B
Plaintext

config AN5206
bool
default y
depends on M68K
select COLDFIRE
select PTIMER
config MCF5208
bool
default y
depends on M68K
select COLDFIRE
select PTIMER
config NEXTCUBE
bool
default y
depends on M68K
select FRAMEBUFFER
select ESCC
config Q800
bool
default y
depends on M68K
select MAC_VIA
select NUBUS
select MACFB
select SWIM
select ESCC
select ESP
select DP8393X
select OR_IRQ
select DJMEMC
select IOSB
select ASC
config M68K_VIRT
bool
default y
depends on M68K
select M68K_IRQC
select VIRT_CTRL
select GOLDFISH_PIC
select GOLDFISH_TTY
select GOLDFISH_RTC
select VIRTIO_MMIO