d615230cce
It is equivalent to the CPU_QEMU_X86 symbol. Change-Id: Ic16233e3d80bab62cc97fd075bdcca1780a6a2b5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39182 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
26 lines
795 B
Text
26 lines
795 B
Text
config DRIVERS_EMULATION_QEMU_BOCHS
|
|
bool "bochs dispi interface vga driver"
|
|
default y
|
|
depends on CPU_QEMU_X86
|
|
depends on MAINBOARD_DO_NATIVE_VGA_INIT
|
|
select HAVE_VGA_TEXT_FRAMEBUFFER
|
|
select HAVE_LINEAR_FRAMEBUFFER
|
|
select VGA
|
|
help
|
|
VGA driver for qemu emulated vga cards supporting
|
|
the bochs dispi interface. This includes
|
|
standard vga, vmware svga and qxl. The default
|
|
vga (cirrus) is *not* supported, so you have to
|
|
pick another one explicitly via 'qemu -vga $card'.
|
|
|
|
config DRIVERS_EMULATION_QEMU_BOCHS_XRES
|
|
int "bochs vga xres"
|
|
default 800
|
|
depends on LINEAR_FRAMEBUFFER
|
|
depends on DRIVERS_EMULATION_QEMU_BOCHS
|
|
|
|
config DRIVERS_EMULATION_QEMU_BOCHS_YRES
|
|
int "bochs vga yres"
|
|
default 600
|
|
depends on LINEAR_FRAMEBUFFER
|
|
depends on DRIVERS_EMULATION_QEMU_BOCHS
|