<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26754">View Change</a></p><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>---<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;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/26754/1</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: newchange </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: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>