From 1899fbe420037312c369eda3c3ba8c5ad57acb2f Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Mon, 16 Oct 2017 17:09:33 +0200 Subject: src/security: Add security kconfig stub Change-Id: I965bf87d8673e22c088093f0fa17e93dbb9a00d9 Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/22073 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Kconfig') 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 -- cgit v1.2.3