qemu-patch-raspberry4/hw/sh4/Kconfig
Paolo Bonzini 7ab58d4c84 sh4-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.

Note that USB_OHCI was missing (it was brought in via pci.mak,
but r2d needs the sysbus version) and SERIAL is not used.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:46:19 +01:00

24 lines
328 B
Plaintext

config R2D
bool
imply PCI_DEVICES
imply TEST_DEVICES
select I82378 if TEST_DEVICES
select IDE_MMIO
select PFLASH_CFI02
select USB_OHCI
select PCI
select SM501
select SH4
config SHIX
bool
select SH7750
select SH4
config SH7750
bool
config SH4
bool
select PTIMER