diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2021-06-11 06:42:58 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-29 09:13:11 +0000 |
commit | 265cc9ca8b1cdfa015d9f334cb3599f43856e5da (patch) | |
tree | c93b3eb4c5ba7a69407ce3329fb4315fb8bd639b /src/mainboard | |
parent | 11d65f9f03c6ae9296e785ae272b08f758f34713 (diff) |
mb/siemens/mc_ehl: Enable measured boot
Enable measured boot for all boards based on mc_ehl baseboard.
Change-Id: I3aff943305c024d1f25d2127e6f60495828da3eb
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56542
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/mc_ehl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig index 926e668da7..6f22e5b883 100644 --- a/src/mainboard/siemens/mc_ehl/Kconfig +++ b/src/mainboard/siemens/mc_ehl/Kconfig @@ -8,6 +8,7 @@ config BOARD_SIEMENS_BASEBOARD_MC_EHL select DRIVERS_I2C_RX6110SA select MAINBOARD_HAS_TPM2 select MAINBOARD_HAS_LPC_TPM + select TPM_MEASURED_BOOT source "src/mainboard/siemens/mc_ehl/variants/*/Kconfig" |