From: Thomas Huth Date: Wed, 10 May 2023 16:51:26 +0000 (+0200) Subject: hw/i386/Kconfig: ISAPC works fine without VGA_ISA X-Git-Tag: v8.1.0-rc0~107^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d11b791890b17d3e80e31aae5028660f41c1b58b;p=thirdparty%2Fqemu.git 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 Signed-off-by: Thomas Huth --- diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index d40802d83f1..9051083c1e7 100644 --- a/hw/i386/Kconfig +++ b/hw/i386/Kconfig @@ -80,10 +80,10 @@ config I440FX config ISAPC bool + imply VGA_ISA select ISA_BUS select PC select IDE_ISA - select VGA_ISA # FIXME: it is in the same file as i440fx, and does not compile # if separated depends on I440FX