<p>Marcello Sylvester Bauer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/29823">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">payloads/external/SeaBIOS/Kconfig: fix native VGA dependency<br><br>Allow the inclusion of a generated option rom despite the presence of a<br>VGA BIOS.<br><br>Change-Id: Ic3a219c2dc2133c3328192840538f0fbd1ed935a<br>Signed-off-by: Marcello Sylvester Bauer <info@marcellobauer.com><br>---<br>M payloads/external/SeaBIOS/Kconfig<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/29823/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig</span><br><span>index 181a9d6..a0e4671 100644</span><br><span>--- a/payloads/external/SeaBIOS/Kconfig</span><br><span>+++ b/payloads/external/SeaBIOS/Kconfig</span><br><span>@@ -54,7 +54,7 @@</span><br><span> config SEABIOS_VGA_COREBOOT</span><br><span>        prompt "Include generated option rom that implements legacy VGA BIOS compatibility"</span><br><span>        default y if !VENDOR_EMULATION</span><br><span style="color: hsl(0, 100%, 40%);">-  depends on !(VGA_BIOS || VGA_ROM_RUN) && (VGA_TEXT_FRAMEBUFFER || LINEAR_FRAMEBUFFER)</span><br><span style="color: hsl(120, 100%, 40%);">+ depends on VGA_ROM_RUN && (VGA_TEXT_FRAMEBUFFER || LINEAR_FRAMEBUFFER)</span><br><span>       bool</span><br><span>         help</span><br><span>           coreboot can initialize the GPU of some mainboards.</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/29823">change 29823</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/c/coreboot/+/29823"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic3a219c2dc2133c3328192840538f0fbd1ed935a </div>
<div style="display:none"> Gerrit-Change-Number: 29823 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marcello Sylvester Bauer <info@marcellobauer.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>