summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/eltan/Kconfig')
-rw-r--r--src/vendorcode/eltan/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vendorcode/eltan/Kconfig b/src/vendorcode/eltan/Kconfig
index 731dd2cea3ab..dc756ab4d769 100644
--- a/src/vendorcode/eltan/Kconfig
+++ b/src/vendorcode/eltan/Kconfig
@@ -13,5 +13,10 @@
## GNU General Public License for more details.
##
+config USE_VENDORCODE_ELTAN
+ bool
+
+if USE_VENDORCODE_ELTAN
source src/vendorcode/eltan/security/mboot/Kconfig
source src/vendorcode/eltan/security/verified_boot/Kconfig
+endif