<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/26754">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Nico Huber: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device: Only expose VGA_ROM_RUN on supported architectures<br><br>The yabel emulator depends on IO ports, that aren't available on<br>ARM and MIPS. Add additional dependencies to fix compilation errors<br>with the default configuration.<br><br>Change-Id: If0e28b356c01cb3ae0739a54aa3531a2acedbfbb<br>Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com><br>Reviewed-on: https://review.coreboot.org/26754<br>Reviewed-by: Nico Huber <nico.h@gmx.de><br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>---<br>M src/device/Kconfig<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/device/Kconfig b/src/device/Kconfig</span><br><span>index a36b2e1..3d1d3fe 100644</span><br><span>--- a/src/device/Kconfig</span><br><span>+++ b/src/device/Kconfig</span><br><span>@@ -85,7 +85,7 @@</span><br><span> # TODO: Explain differences (if any) for onboard cards.</span><br><span> config VGA_ROM_RUN</span><br><span>     bool "Run VGA Option ROMs"</span><br><span style="color: hsl(0, 100%, 40%);">-    depends on PCI && !MAINBOARD_FORCE_NATIVE_VGA_INIT</span><br><span style="color: hsl(120, 100%, 40%);">+    depends on PCI && (ARCH_X86 || ARCH_POWER8) && !MAINBOARD_FORCE_NATIVE_VGA_INIT</span><br><span>      select HAVE_VGA_TEXT_FRAMEBUFFER</span><br><span>     help</span><br><span>           Execute VGA Option ROMs in coreboot if found. This can be used</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26754">change 26754</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/26754"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: If0e28b356c01cb3ae0739a54aa3531a2acedbfbb </div>
<div style="display:none"> Gerrit-Change-Number: 26754 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>
<div style="display:none"> Gerrit-Reviewer: Nico Huber <nico.h@gmx.de> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>