vc/eltan/security/mboot/Kconfig: Add dependency of VBOOT

VENDORCODE_ELTAN_MBOOT should not be used when VBOOT is enabled.

Hide VENDOCODE_ELTAN_MBOOT when VBOOT is enabled.

BUG = N/A
TEST = run `make menuconfig` and boot Facebook FBG1701

Change-Id: Iac57103431cc7efac5b6019f180572d255e683ab
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52021
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
This commit is contained in:
Frans Hendriks 2021-04-01 13:29:18 +02:00 committed by Patrick Georgi
parent 9ec7857ddd
commit 04f8ffee37
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ menu "Measured Boot (mboot)"
config VENDORCODE_ELTAN_MBOOT
bool "Measure firmware with mboot."
depends on !VBOOT
default n
select VBOOT_LIB
help