<p>Andrea Barberio has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28732">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">payloads/Kconfig: do not show compression menu for FIT<br><br>FIT payloads do not support compression. Currently this would thrown an error<br>like the following:<br><br>E: FIT images don't support whole-image compression, compress the kernel component instead!<br><br>With this patch, menuconfig will correctly *not* show payload compression for<br>FIT payloads, and this will correctly set compression to NONE.<br><br>Change-Id: If564e2f5c0d499bc30411d7bd41611790453d4ef<br>Signed-off-by: Andrea Barberio <insomniac@slackware.it><br>---<br>M payloads/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/32/28732/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/Kconfig b/payloads/Kconfig</span><br><span>index 5e76ebe..8e05df3 100644</span><br><span>--- a/payloads/Kconfig</span><br><span>+++ b/payloads/Kconfig</span><br><span>@@ -64,7 +64,7 @@</span><br><span> choice</span><br><span>   prompt "Payload compression algorithm"</span><br><span>     default COMPRESSED_PAYLOAD_LZMA</span><br><span style="color: hsl(0, 100%, 40%);">- depends on !PAYLOAD_NONE && !PAYLOAD_LINUX && !PAYLOAD_LINUXBOOT</span><br><span style="color: hsl(120, 100%, 40%);">+      depends on !PAYLOAD_NONE && !PAYLOAD_LINUX && !PAYLOAD_LINUXBOOT && !PAYLOAD_FIT</span><br><span>     help</span><br><span>           Choose the compression algorithm for the chosen payloads.</span><br><span>    You can choose between LZMA and LZ4.</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28732">change 28732</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/28732"/><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: If564e2f5c0d499bc30411d7bd41611790453d4ef </div>
<div style="display:none"> Gerrit-Change-Number: 28732 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Andrea Barberio <insomniac@slackware.it> </div>