aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-05-10 18:51:26 +0200
committerThomas Huth <thuth@redhat.com>2023-05-22 09:39:15 +0200
commitd11b791890b17d3e80e31aae5028660f41c1b58b (patch)
treefe89f4651a3909c5c57363eb70f03b5121b8fc3d /hw/i386
parentaa222a8e4f975284b3f8f131653a4114b3d333b3 (diff)
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>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index d40802d83f..9051083c1e 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