mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
3e3fdad6e1
For the downstream distribution of QEMU, we want to compile without CONFIG_PARALLEL. Commit9157eee1b1
already moved the function parallel_hds_isa_init() (which is still required for linking) into a file that is included anyway, but commitbb3d5ea858
moved it to a separate file which is only compiled again if CONFIG_PARALLEL is set. To be able to link QEMU again without CONFIG_PARALLEL, the file should be considered for linking for all targets that have CONFIG_ISA_BUS. And while we're at it, add a proper comment in there with the rationale for the separate file. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1552297854-25847-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
19 lines
322 B
Text
19 lines
322 B
Text
config SUN4U
|
|
bool
|
|
imply PCI_DEVICES
|
|
imply SUNHME
|
|
imply TEST_DEVICES
|
|
imply PARALLEL
|
|
select M48T59
|
|
select ISA_BUS
|
|
select FDC
|
|
select SERIAL_ISA
|
|
select PCI_SABRE
|
|
select IDE_CMD646
|
|
select PCKBD
|
|
select SIMBA
|
|
|
|
config NIAGARA
|
|
bool
|
|
select EMPTY_SLOT
|
|
select SUN4V_RTC
|