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