hw/i386/Kconfig: ISAPC works fine without VGA_ISA
authorThomas Huth <thuth@redhat.com>
Wed, 10 May 2023 16:51:26 +0000 (18:51 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 May 2023 07:39:15 +0000 (09:39 +0200)
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>
hw/i386/Kconfig

index d40802d83f19447a0e81b48f0e56be2273754f18..9051083c1e78b0665c70da128c74b896a353121e 100644 (file)
@@ -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