]> xenbits.xensource.com Git - seabios.git/commitdiff
vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 14 Feb 2013 00:36:02 +0000 (19:36 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 14 Feb 2013 00:36:02 +0000 (19:36 -0500)
The Cirrus, Standard VGA, and Bochs VGA should depend on CONFIG_QEMU
and not CONFIG_COREBOOT.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/Kconfig

index 089a447905a229d92d31b211ee4bb90adbe170bf..0901c045be4e41e0b137298b089735f7b27fd0b1 100644 (file)
@@ -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