qemu/hw/sparc64/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

26 lines
439 B
Plaintext

config SUN4U
bool
default y
depends on SPARC64
imply PCI_DEVICES
imply SUNHME
imply TEST_DEVICES
imply PARALLEL
select M48T59
select ISA_BUS
select FDC_ISA
select SERIAL_ISA
select PCI_SABRE
select IDE_CMD646
select PCKBD
select SIMBA
select CHRP_NVRAM
config NIAGARA
bool
default y
depends on SPARC64
select EMPTY_SLOT
select SUN4V_RTC
select UNIMP