diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2021-07-23 11:14:52 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-29 09:13:34 +0000 |
commit | 0d9365e7edf1d935499336693bd879c0f8c73830 (patch) | |
tree | 097fdb7855394cca03813cac871f4b174e825088 /src | |
parent | 5384da40b205b0088b1430bce3ab1cc014aeb286 (diff) |
mb/siemens/mc_ehl: Enable SIEMENS_HWILIB
All variants based on mc_ehl will use the Siemens HWILIB. Select the
Kconfig switch on baseboard level.
Change-Id: I940f84a4a7449487fe78c793f8dbb1c1b49fa54b
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56565
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-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 6f22e5b883..5f1ddcf92c 100644 --- a/src/mainboard/siemens/mc_ehl/Kconfig +++ b/src/mainboard/siemens/mc_ehl/Kconfig @@ -9,6 +9,7 @@ config BOARD_SIEMENS_BASEBOARD_MC_EHL select MAINBOARD_HAS_TPM2 select MAINBOARD_HAS_LPC_TPM select TPM_MEASURED_BOOT + select USE_SIEMENS_HWILIB source "src/mainboard/siemens/mc_ehl/variants/*/Kconfig" |