qemu/hw/sh4/Kconfig
Paolo Bonzini 09c94e6167 sh4: 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 SH.

No changes to generated config-devices.mak file.

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

28 lines
439 B
Plaintext

config R2D
bool
default y
depends on SH4
imply PCI_DEVICES
imply TEST_DEVICES
imply RTL8139_PCI
select I82378 if TEST_DEVICES
select IDE_MMIO
select PFLASH_CFI02
select PCI
select SM501
select SH7750
select SH_PCI
config SHIX
bool
default y
depends on SH4
select SH7750
select TC58128
config SH7750
bool
select SH_INTC
select SH_SCI
select SH_TIMER