1 ## SPDX-License-Identifier: GPL-2.0-only
3 menu "Measured Boot (mboot)"
5 config VENDORCODE_ELTAN_MBOOT
6 bool "Measure firmware with mboot."
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)