diff options
-rw-r--r-- | src/Kconfig | 6 | ||||
-rw-r--r-- | src/security/Kconfig | 13 |
2 files changed, 19 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 8608b46644..dbc92170c3 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -364,6 +364,12 @@ source "src/drivers/*/*/Kconfig" 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 0000000000..7ec295220c --- /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. +## |