[SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

Denis 'GNUtoo' Carikli GNUtoo at no-log.org
Sun Aug 24 23:45:35 CEST 2014


The qemu vgabioses can be usefull in coreboot, since coreboot
  does support qemu.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 vgasrc/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig
index 951240c..719c90b 100644
--- a/vgasrc/Kconfig
+++ b/vgasrc/Kconfig
@@ -11,7 +11,7 @@ menu "VGA ROM"
                 Do not build a VGA BIOS.
 
         config VGA_STANDARD_VGA
-            depends on QEMU
+            depends on QEMU_HARDWARE
             bool "QEMU/Bochs Original IBM 256K VGA"
             select VGA_STDVGA_PORTS
             help
@@ -19,7 +19,7 @@ menu "VGA ROM"
                 on emulators.
 
         config VGA_CIRRUS
-            depends on QEMU
+            depends on QEMU_HARDWARE
             bool "QEMU/Bochs Cirrus SVGA"
             select VGA_STDVGA_PORTS
             help
@@ -28,7 +28,7 @@ menu "VGA ROM"
                 intended for use on real Cirrus hardware.
 
         config VGA_BOCHS
-            depends on QEMU
+            depends on QEMU_HARDWARE
             bool "QEMU/Bochs VBE SVGA"
             select VGA_STDVGA_PORTS
             help
-- 
2.1.0




More information about the SeaBIOS mailing list