aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/eltan/security/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/eltan/security/Kconfig')
-rw-r--r--src/vendorcode/eltan/security/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vendorcode/eltan/security/Kconfig b/src/vendorcode/eltan/security/Kconfig
index 6b93d2a97a..1cc0365720 100644
--- a/src/vendorcode/eltan/security/Kconfig
+++ b/src/vendorcode/eltan/security/Kconfig
@@ -12,7 +12,16 @@
## GNU General Public License for more details.
##
+config USE_VENDORCODE_ELTAN
+ bool
+
+if USE_VENDORCODE_ELTAN
+
menu "Eltan Security Settings"
+
source src/vendorcode/eltan/security/mboot/Kconfig
source src/vendorcode/eltan/security/verified_boot/Kconfig
+
endmenu
+
+endif