From: Kevin O'Connor Date: Thu, 14 Feb 2013 00:36:02 +0000 (-0500) Subject: vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU. X-Git-Tag: rel-1.7.3~95 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=58b157f8fa3889272cd68aca31828c719d202b08;p=seabios.git vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU. The Cirrus, Standard VGA, and Bochs VGA should depend on CONFIG_QEMU and not CONFIG_COREBOOT. Signed-off-by: Kevin O'Connor --- diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig index 089a447..0901c04 100644 --- a/vgasrc/Kconfig +++ b/vgasrc/Kconfig @@ -11,14 +11,14 @@ menu "VGA ROM" Do not build a VGA BIOS. config VGA_STANDARD_VGA - depends on !COREBOOT + depends on QEMU bool "QEMU/Bochs Original IBM 256K VGA" help Build basic VGA BIOS support (pre Super-VGA) for use on emulators. config VGA_CIRRUS - depends on !COREBOOT + depends on QEMU bool "QEMU/Bochs Cirrus SVGA" help Build support for Cirrus VGA emulation found on QEMU @@ -26,7 +26,7 @@ menu "VGA ROM" intended for use on real Cirrus hardware. config VGA_BOCHS - depends on !COREBOOT + depends on QEMU bool "QEMU/Bochs VBE SVGA" help Build support for Bochs DISPI interface (a custom VBE