summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-10 16:41:57 +0200
committerArthur Heymans <arthur@aheymans.xyz>2019-10-11 07:08:27 +0000
commitcbe5357de02fa9f25ab9c0ca557e3057c701b059 (patch)
tree8e111fae6f78e1e0948e70a5ed9bd23f289d0724 /src/vendorcode/eltan/Kconfig
parent894240d362e3e8474c36ec821b0dcf40e8327520 (diff)
downloadcoreboot-cbe5357de02fa9f25ab9c0ca557e3057c701b059.tar.gz
coreboot-cbe5357de02fa9f25ab9c0ca557e3057c701b059.tar.bz2
coreboot-cbe5357de02fa9f25ab9c0ca557e3057c701b059.zip
vendorcode/eltan/Kconfig: Hide the Kconfig options when lacking support
The vendorcode/eltan mboot and verified boot options only build if a few other Kconfig options are defined. Change-Id: Ie333d2fbf294e23ec01df06ee551e2d09541c744 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35954 Reviewed-by: Wim Vervoorn Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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