<p>Mike Banon has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20638">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Allow to enable MULTIPLE_VGA_ADAPTERS for G505S without editing Kconfig<br><br>Some motherboards may have more than one VGA adapter - for example,<br>there are versions of Lenovo G505S that have a discrete VGA adapter<br>in addition to its' integrated VGA adapter which is a part of APU.<br>Theoretically, enabling this option could positively affect your<br>ability to use this discrete VGA adapter at your operating system<br><br>Currently this option is affecting some AMD boards, in particular<br>./src/northbridge/amd/agesa/family15rl/northbridge.c<br>- source file which is directly related to Lenovo G505S laptop<br><br>Change-Id: Iade58d3c373e0bc30d4642d9417c4e5224249136<br>Signed-off-by: Mike Banon <mikebdp2@gmail.com><br>---<br>M src/device/Kconfig<br>1 file changed, 8 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/20638/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/device/Kconfig b/src/device/Kconfig<br>index a5b8247..853c419 100644<br>--- a/src/device/Kconfig<br>+++ b/src/device/Kconfig<br>@@ -241,8 +241,16 @@<br>    Enable this option for a good compromise between security and speed.<br> <br> config MULTIPLE_VGA_ADAPTERS<br>+     prompt "Multiple VGA Adapters"<br>      bool<br>+ depends on BOARD_LENOVO_G505S<br>         default n<br>+    help<br>+   Some motherboards may have more than one VGA adapter - for example,<br>+          there are versions of Lenovo G505S that have a discrete VGA adapter<br>+          in addition to its' integrated VGA adapter which is a part of APU.<br>+       Theoretically, enabling this option could positively affect your<br>+     ability to use this discrete VGA adapter at your operating system<br> <br> menu "Display"<br>     depends on HAVE_VGA_TEXT_FRAMEBUFFER || HAVE_LINEAR_FRAMEBUFFER<br></pre><p>To view, visit <a href="https://review.coreboot.org/20638">change 20638</a>. To unsubscribe, 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/20638"/><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: Iade58d3c373e0bc30d4642d9417c4e5224249136 </div>
<div style="display:none"> Gerrit-Change-Number: 20638 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Mike Banon <mikebdp2@gmail.com> </div>