[coreboot-gerrit] Change in ...coreboot[master]: payloads/external/SeaBIOS/Kconfig: fix native VGA dependency

Marcello Sylvester Bauer (Code Review) gerrit at coreboot.org
Sat Nov 24 03:02:21 CET 2018


Marcello Sylvester Bauer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29823


Change subject: payloads/external/SeaBIOS/Kconfig: fix native VGA dependency
......................................................................

payloads/external/SeaBIOS/Kconfig: fix native VGA dependency

Allow the inclusion of a generated option rom despite the presence of a
VGA BIOS.

Change-Id: Ic3a219c2dc2133c3328192840538f0fbd1ed935a
Signed-off-by: Marcello Sylvester Bauer <info at marcellobauer.com>
---
M payloads/external/SeaBIOS/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/29823/1

diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index 181a9d6..a0e4671 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -54,7 +54,7 @@
 config SEABIOS_VGA_COREBOOT
 	prompt "Include generated option rom that implements legacy VGA BIOS compatibility"
 	default y if !VENDOR_EMULATION
-	depends on !(VGA_BIOS || VGA_ROM_RUN) && (VGA_TEXT_FRAMEBUFFER || LINEAR_FRAMEBUFFER)
+	depends on VGA_ROM_RUN && (VGA_TEXT_FRAMEBUFFER || LINEAR_FRAMEBUFFER)
 	bool
 	help
 	  coreboot can initialize the GPU of some mainboards.

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29823
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic3a219c2dc2133c3328192840538f0fbd1ed935a
Gerrit-Change-Number: 29823
Gerrit-PatchSet: 1
Gerrit-Owner: Marcello Sylvester Bauer <info at marcellobauer.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181124/f228a8f0/attachment.html>


More information about the coreboot-gerrit mailing list