From: Kevin O'Connor Date: Mon, 16 Apr 2012 02:02:58 +0000 (-0400) Subject: vgabios: Improve Kconfig descriptions for the vga card types. X-Git-Tag: rel-1.7.1~90 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4562bf654c50d4a90d1a5a146b26cd26467e8615;p=seabios.git vgabios: Improve Kconfig descriptions for the vga card types. Signed-off-by: Kevin O'Connor --- diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig index c436aeb..6b22c39 100644 --- a/vgasrc/Kconfig +++ b/vgasrc/Kconfig @@ -12,13 +12,14 @@ menu "VGA ROM" config VGA_STANDARD_VGA depends on !COREBOOT - bool "Standard VGA" + bool "QEMU/Bochs Original IBM 256K VGA" help - Build basic VGA BIOS support for use on emulators. + Build basic VGA BIOS support (pre Super-VGA) for use + on emulators. config VGA_CIRRUS depends on !COREBOOT - bool "QEMU Cirrus CLGD 54xx VGA BIOS" + bool "QEMU/Bochs Cirrus SVGA" help Build support for Cirrus VGA emulation found on QEMU and Bochs emulators. This is for emulators; it is not @@ -26,18 +27,18 @@ menu "VGA ROM" config VGA_BOCHS depends on !COREBOOT - bool "Bochs DISPI interface VGA BIOS" + bool "QEMU/Bochs VBE SVGA" help - Build support for Bochs DISPI interface found on QEMU - and Bochs emulators. + Build support for Bochs DISPI interface (a custom VBE + protocol) found on QEMU and Bochs emulators. config VGA_GEODEGX2 - bool "GeodeGX2 interface VGA BIOS" + bool "GeodeGX2" help Build support for Geode GX2 vga. config VGA_GEODELX - bool "GeodeLX interface VGA BIOS" + bool "GeodeLX" help Build support for Geode LX vga. endchoice