364efd1a15
This fixes when configuring with CONFIG_PCI_DEVICES=n:
$ qemu-system-sh4 -M r2d
qemu-system-sh4: Unsupported NIC model: rtl8139
Fixes: 7ab58d4c84
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190316200818.8265-13-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
25 lines
350 B
Plaintext
25 lines
350 B
Plaintext
config R2D
|
|
bool
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
imply RTL8139_PCI
|
|
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
|