]> xenbits.xensource.com Git - qemu-xen.git/commit
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)
commitd11b791890b17d3e80e31aae5028660f41c1b58b
treefe89f4651a3909c5c57363eb70f03b5121b8fc3d
parentaa222a8e4f975284b3f8f131653a4114b3d333b3
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>
hw/i386/Kconfig