<p>Alexander Couzens has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21238">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Kconfig: move Mainboard selection to the top level<br><br>Choosing the mainboard vendor and board is the most important settings.<br>It should be choosen as the first thing before configuring anything else.<br><br>Change-Id: Ic21abc69a3430475c232d8050626d6bca98c5514<br>Signed-off-by: Alexander Couzens <lynxis@fe80.eu><br>---<br>M src/Kconfig<br>M src/mainboard/Kconfig<br>2 files changed, 8 insertions(+), 8 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/21238/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/Kconfig b/src/Kconfig<br>index 4dd1ded..91dea2a 100644<br>--- a/src/Kconfig<br>+++ b/src/Kconfig<br>@@ -16,6 +16,14 @@<br> <br> mainmenu "coreboot configuration"<br> <br>+source "src/mainboard/Kconfig"<br>+<br>+menu "Mainboard"<br>+<br>+source "src/mainboard/Kconfig.mainboard"<br>+<br>+endmenu<br>+<br> menu "General setup"<br> <br> config COREBOOT_BUILD<br>@@ -266,12 +274,6 @@<br>     help<br>    The path and filename of the file to use as graphical bootsplash<br>      screen. The file format has to be jpg.<br>-<br>-endmenu<br>-<br>-menu "Mainboard"<br>-<br>-source "src/mainboard/Kconfig"<br> <br> endmenu<br> <br>diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig<br>index 7367367..8d4e0d1 100644<br>--- a/src/mainboard/Kconfig<br>+++ b/src/mainboard/Kconfig<br>@@ -9,5 +9,3 @@<br> endchoice<br> <br> source "src/mainboard/*/Kconfig"<br>-<br>-source "src/mainboard/Kconfig.mainboard"<br></pre><p>To view, visit <a href="https://review.coreboot.org/21238">change 21238</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/21238"/><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: Ic21abc69a3430475c232d8050626d6bca98c5514 </div>
<div style="display:none"> Gerrit-Change-Number: 21238 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Couzens <lynxis@fe80.eu> </div>