7ab58d4c84
%-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>
24 lines
328 B
Plaintext
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
|