[coreboot-gerrit] Change in coreboot[master]: src/security: Add security kconfig stub

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Tue Oct 17 16:53:50 CEST 2017


Philipp Deppenwiese has uploaded this change for review. ( https://review.coreboot.org/22073


Change subject: src/security: Add security kconfig stub
......................................................................

src/security: Add security kconfig stub

Change-Id: I965bf87d8673e22c088093f0fa17e93dbb9a00d9
Signed-off-by: Philipp Deppenwiese <zaolin at das-labor.org>
---
M src/Kconfig
A src/security/Kconfig
2 files changed, 19 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/22073/1

diff --git a/src/Kconfig b/src/Kconfig
index adeeb7c..7d10e19 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -363,6 +363,12 @@
 source "src/commonlib/storage/Kconfig"
 endmenu
 
+menu "Security"
+
+source "src/security/Kconfig"
+
+endmenu
+
 source "src/acpi/Kconfig"
 
 # This option is for the current boards/chipsets where SPI flash
diff --git a/src/security/Kconfig b/src/security/Kconfig
new file mode 100644
index 0000000..7ec2952
--- /dev/null
+++ b/src/security/Kconfig
@@ -0,0 +1,13 @@
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2017 Facebook Inc.
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; version 2 of the License.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##

-- 
To view, visit https://review.coreboot.org/22073
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I965bf87d8673e22c088093f0fa17e93dbb9a00d9
Gerrit-Change-Number: 22073
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171017/bc2ea43d/attachment.html>


More information about the coreboot-gerrit mailing list