diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2017-10-16 17:09:33 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-22 01:43:54 +0000 |
commit | 1899fbe420037312c369eda3c3ba8c5ad57acb2f (patch) | |
tree | 8f817aae8dc7c80d2edcaec63ce2530e8e1f0da9 /src/Kconfig | |
parent | ec69c483532e7347c508eff9bf6362d56dab3dc6 (diff) | |
download | coreboot-1899fbe420037312c369eda3c3ba8c5ad57acb2f.tar.xz |
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 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 |