diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-02-07 21:03:23 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-02-07 21:05:49 -0500 |
commit | 197ea6c9b6cfff73e8613f32c2d86ea7b0a138cb (patch) | |
tree | 8100cf9e070e8598144ffb814f286e97f64edbf6 /vgasrc/Kconfig | |
parent | 091dd17e8dc2ca242ae6839a6699dbc0ed52a3ed (diff) | |
download | seabios-197ea6c9b6cfff73e8613f32c2d86ea7b0a138cb.tar.gz |
vgabios: Don't allow building of emulator vgaroms on coreboot.
If coreboot building is selected, don't allow the emulator based vga
roms to be selected. Also, clarify the help text to make this clear.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/Kconfig')
-rw-r--r-- | vgasrc/Kconfig | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig index 881e9ec1..c436aeb1 100644 --- a/vgasrc/Kconfig +++ b/vgasrc/Kconfig @@ -11,19 +11,25 @@ menu "VGA ROM" Do not build a VGA BIOS. config VGA_STANDARD_VGA + depends on !COREBOOT bool "Standard VGA" help - Build basic VGA BIOS support. + Build basic VGA BIOS support for use on emulators. config VGA_CIRRUS + depends on !COREBOOT bool "QEMU Cirrus CLGD 54xx VGA BIOS" help - Build support for Cirrus VGA emulation. + Build support for Cirrus VGA emulation found on QEMU + and Bochs emulators. This is for emulators; it is not + intended for use on real Cirrus hardware. config VGA_BOCHS + depends on !COREBOOT bool "Bochs DISPI interface VGA BIOS" help - Build support for Bochs DISPI interface. + Build support for Bochs DISPI interface found on QEMU + and Bochs emulators. config VGA_GEODEGX2 bool "GeodeGX2 interface VGA BIOS" |