soc/intel/pantherlake: Add FSP-S programming
[coreboot.git] / src / vendorcode / eltan / security / mboot / Kconfig
blob4e30cf5a73c292107691d46463d523511cc54d1f
1 ## SPDX-License-Identifier: GPL-2.0-only
3 menu "Measured Boot (mboot)"
5 config VENDORCODE_ELTAN_MBOOT
6         bool "Measure firmware with mboot."
7         depends on !VBOOT
8         default n
9         select VBOOT_LIB
10         help
11           Enabling MBOOT will use mboot to measure the components of the firmware
12           (stages, payload, etc).
14 if VENDORCODE_ELTAN_MBOOT
16 config VENDORCODE_ELTAN_CRTM_VERSION_STRING
17         string "default CRTM version"
18         default "default CRTM version"
20 endif # VENDORCODE_ELTAN_MBOOT
21 endmenu # Measured Boot (mboot)