<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20625">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Kconfig: Move libhwbase related options into lib/Kconfig<br><br>More will follow so better move them where they are used. Also remove<br>defaults and add dependencies to not clutter .config files up that<br>don't have any of these options selected.<br><br>Change-Id: I3a255c821cc26aeb66e4fd6adf7142d7e856f5ac<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M src/Kconfig<br>M src/lib/Kconfig<br>2 files changed, 18 insertions(+), 14 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/20625/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/Kconfig b/src/Kconfig<br>index 637f575..701b2b4 100644<br>--- a/src/Kconfig<br>+++ b/src/Kconfig<br>@@ -1145,20 +1145,6 @@<br>           required and not implemented if a weak implementation is found in the<br>         resulting image.<br> <br>-config RAMSTAGE_ADA<br>-  def_bool n<br>-   help<br>-   Selected by features that use Ada code in ramstage.<br>-<br>-config RAMSTAGE_LIBHWBASE<br>- def_bool n<br>-   select RAMSTAGE_ADA<br>-  help<br>-   Selected by features that require `libhwbase` in ramstage.<br>-<br>-config HWBASE_DYNAMIC_MMIO<br>- def_bool y<br>-<br> config UNCOMPRESSED_RAMSTAGE<br>  bool<br> <br>diff --git a/src/lib/Kconfig b/src/lib/Kconfig<br>index 6d5f034..a1034a9 100644<br>--- a/src/lib/Kconfig<br>+++ b/src/lib/Kconfig<br>@@ -5,3 +5,21 @@<br>          Don't include default fill_lb_framebuffer() implementation. Select<br>        this if your drivers uses MAINBOARD_DO_NATIVE_VGA_INIT but provides<br>           its own fill_lb_framebuffer() implementation.<br>+<br>+config RAMSTAGE_ADA<br>+     bool<br>+ help<br>+   Selected by features that use Ada code in ramstage.<br>+<br>+config RAMSTAGE_LIBHWBASE<br>+ bool<br>+ select RAMSTAGE_ADA<br>+  help<br>+   Selected by features that require `libhwbase` in ramstage.<br>+<br>+if RAMSTAGE_LIBHWBASE<br>+<br>+config HWBASE_DYNAMIC_MMIO<br>+      def_bool y<br>+<br>+endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/20625">change 20625</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/20625"/><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: I3a255c821cc26aeb66e4fd6adf7142d7e856f5ac </div>
<div style="display:none"> Gerrit-Change-Number: 20625 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>