<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20892">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">[WIP]console/Kconfig: fix SPI flash console dependencies<br><br>Some chipset don't implement SPI write functions in all stages in<br>which case this option won't compile.<br><br>Change-Id: I713389ef9ed5e965fc34b590a86f4b5e2e84d304<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/console/Kconfig<br>1 file changed, 2 insertions(+), 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/92/20892/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/console/Kconfig b/src/console/Kconfig<br>index c0e4a8c..3b4b678 100644<br>--- a/src/console/Kconfig<br>+++ b/src/console/Kconfig<br>@@ -236,7 +236,8 @@<br> config CONSOLE_SPI_FLASH<br>  bool "SPI Flash console output"<br>     default n<br>-    select BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY if !COMMON_CBFS_SPI_WRAPPER<br>+     depends on SPI_FLASH<br>+ depends on BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY || COMMON_CBFS_SPI_WRAPPER<br>   help<br>    Send coreboot debug output to the SPI Flash in the FMAP CONSOLE area<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/20892">change 20892</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/20892"/><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: I713389ef9ed5e965fc34b590a86f4b5e2e84d304 </div>
<div style="display:none"> Gerrit-Change-Number: 20892 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>