<p>Philipp Deppenwiese has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22073">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/security: Add security kconfig stub<br><br>Change-Id: I965bf87d8673e22c088093f0fa17e93dbb9a00d9<br>Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org><br>---<br>M src/Kconfig<br>A src/security/Kconfig<br>2 files changed, 19 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/73/22073/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/Kconfig b/src/Kconfig<br>index adeeb7c..7d10e19 100644<br>--- a/src/Kconfig<br>+++ b/src/Kconfig<br>@@ -363,6 +363,12 @@<br> source "src/commonlib/storage/Kconfig"<br> endmenu<br> <br>+menu "Security"<br>+<br>+source "src/security/Kconfig"<br>+<br>+endmenu<br>+<br> source "src/acpi/Kconfig"<br> <br> # This option is for the current boards/chipsets where SPI flash<br>diff --git a/src/security/Kconfig b/src/security/Kconfig<br>new file mode 100644<br>index 0000000..7ec2952<br>--- /dev/null<br>+++ b/src/security/Kconfig<br>@@ -0,0 +1,13 @@<br>+## This file is part of the coreboot project.<br>+##<br>+## Copyright (C) 2017 Facebook Inc.<br>+##<br>+## This program is free software; you can redistribute it and/or modify<br>+## it under the terms of the GNU General Public License as published by<br>+## the Free Software Foundation; version 2 of the License.<br>+##<br>+## This program is distributed in the hope that it will be useful,<br>+## but WITHOUT ANY WARRANTY; without even the implied warranty of<br>+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br>+## GNU General Public License for more details.<br>+##<br></pre><p>To view, visit <a href="https://review.coreboot.org/22073">change 22073</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/22073"/><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: I965bf87d8673e22c088093f0fa17e93dbb9a00d9 </div>
<div style="display:none"> Gerrit-Change-Number: 22073 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>