aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-02-13 19:36:02 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-02-13 19:36:02 -0500
commit58b157f8fa3889272cd68aca31828c719d202b08 (patch)
tree458b7f44355ea6b540cc9b54d25e6682d13e3afc
parenta2a86e2954d646131b1c04c9c7649fded81b9dc7 (diff)
downloadseabios-58b157f8fa3889272cd68aca31828c719d202b08.tar.gz
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 <kevin@koconnor.net>
-rw-r--r--vgasrc/Kconfig6
1 files 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