From 46dd467648564a48cd40de8ffb75270197c19f0c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 25 Oct 2016 17:11:16 +0200 Subject: Do not select SEABIOS_VGA_COREBOOT by default when building for QEMU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On QEMU using SeaVGABIOS breaks some bootloaders, e.g. ISOLINUX does not work and GRUB works but is forced in txtmode, instead of graphical mode. Change-Id: If31d4e5ed19cbeed3f8f9dbc23cc738dd55986e5 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/17122 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Jonathan Neuschäfer Reviewed-by: Paul Menzel --- payloads/external/SeaBIOS/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external/SeaBIOS') diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index a9d701da86..078082021b 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -53,7 +53,7 @@ config SEABIOS_THREAD_OPTIONROMS config SEABIOS_VGA_COREBOOT prompt "Include generated option rom that implements legacy VGA BIOS compatibility" - default y + default y if !VENDOR_EMULATION depends on !VGA_BIOS && MAINBOARD_DO_NATIVE_VGA_INIT bool help -- cgit v1.2.3