mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
hw/i386/Kconfig: ISAPC works fine without VGA_ISA
The "isapc" machine can also be run without VGA card, so there is no need for a hard requirement with a "select" here - "imply" is enough. Message-Id: <20230512124033.502654-2-thuth@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
aa222a8e4f
commit
d11b791890
1 changed files with 1 additions and 1 deletions
|
@ -80,10 +80,10 @@ config I440FX
|
||||||
|
|
||||||
config ISAPC
|
config ISAPC
|
||||||
bool
|
bool
|
||||||
|
imply VGA_ISA
|
||||||
select ISA_BUS
|
select ISA_BUS
|
||||||
select PC
|
select PC
|
||||||
select IDE_ISA
|
select IDE_ISA
|
||||||
select VGA_ISA
|
|
||||||
# FIXME: it is in the same file as i440fx, and does not compile
|
# FIXME: it is in the same file as i440fx, and does not compile
|
||||||
# if separated
|
# if separated
|
||||||
depends on I440FX
|
depends on I440FX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue