src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / vendorcode / eltan / security / mboot / Kconfig
bloba87b601650854c4f150ab27c67269235bad25690
1 ## This file is part of the coreboot project.
2 ##
3 ##
4 ## SPDX-License-Identifier: GPL-2.0-only
6 menu "Measured Boot (mboot)"
8 config VENDORCODE_ELTAN_MBOOT
9         bool "Measure firmware with mboot."
10         default n
11         select VBOOT_LIB
12         help
13           Enabling MBOOT will use mboot to measure the components of the firmware
14           (stages, payload, etc).
16 config VENDORCODE_ELTAN_CRTM_VERSION_STRING
17         string "default CRTM version"
18         default "default CRTM version"
20 endmenu # Measured Boot (mboot)