mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
d399fddcd4
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>
33 lines
510 B
Text
33 lines
510 B
Text
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
|