src/security: Add security kconfig stub

Change-Id: I965bf87d8673e22c088093f0fa17e93dbb9a00d9
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/22073
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Philipp Deppenwiese 2017-10-16 17:09:33 +02:00 committed by Martin Roth
parent ec69c48353
commit 1899fbe420
2 changed files with 19 additions and 0 deletions

View File

@ -364,6 +364,12 @@ source "src/drivers/*/*/Kconfig"
source "src/commonlib/storage/Kconfig" source "src/commonlib/storage/Kconfig"
endmenu endmenu
menu "Security"
source "src/security/Kconfig"
endmenu
source "src/acpi/Kconfig" source "src/acpi/Kconfig"
# This option is for the current boards/chipsets where SPI flash # This option is for the current boards/chipsets where SPI flash

13
src/security/Kconfig Normal file
View File

@ -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.
##