[SeaBIOS] [PATCH] vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.

Kevin O'Connor kevin at koconnor.net
Thu Feb 14 01:37:33 CET 2013


The Cirrus, Standard VGA, and Bochs VGA should depend on CONFIG_QEMU
and not CONFIG_COREBOOT.

Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
---
 vgasrc/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
-- 
1.7.11.7




More information about the SeaBIOS mailing list