aboutsummaryrefslogtreecommitdiff
path: root/src/security/vboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/vboot/Kconfig')
-rw-r--r--src/security/vboot/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index e03b51dd06..787cdbefb1 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -15,9 +15,18 @@
menu "Verified Boot (vboot)"
+config VBOOT_LIB
+ bool
+ depends on !VENDORCODE_ELTAN_VBOOT && !VENDORCODE_ELTAN_MBOOT
+ help
+ Build and link the vboot library. Makes the vboot API accessible across
+ all coreboot stages, without enabling vboot verification. For verification,
+ please see the VBOOT option below.
+
config VBOOT
bool "Verify firmware with vboot."
default n
+ select VBOOT_LIB
select VBOOT_MOCK_SECDATA if !TPM1 && !TPM2
depends on !MISSING_BOARD_RESET
help