qemu/hw/sparc/Kconfig
Paolo Bonzini d399fddcd4 sparc: 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 SPARC and SPARC64.

No changes to generated config-devices.mak file.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-05-03 15:47:48 +02:00

34 lines
510 B
Plaintext

config SUN4M
bool
default y
depends on SPARC && !SPARC64
imply TCX
imply CG3
select CS4231
select ECCMEMCTL
select EMPTY_SLOT
select UNIMP
select ESCC
select ESP
select FDC_SYSBUS
select SLAVIO
select LANCE
select M48T59
select STP2000
select CHRP_NVRAM
select OR_IRQ
config LEON3
bool
default y
depends on SPARC && !SPARC64
select GRLIB
config GRLIB
bool
select PTIMER
config SLAVIO
bool
select PTIMER