From a2241de8e87987ad5c1df8bcf3b82a7236a42ce7 Mon Sep 17 00:00:00 2001 From: Wim Vervoorn Date: Fri, 2 Apr 2021 10:17:14 +0200 Subject: [PATCH] mb/facebook/monolith: Allow TPM initialization TPM_INIT is disabled by default. This prevents TPM to be operational when VBOOT is disabled. Remove the TPM_INIT disable. BUG=N/A TEST=tested on facebook monolith with VBOOT disabled. Change-Id: I84d525a18c84643903922fef0a11dcf98abbbe4d Signed-off-by: Wim Vervoorn Reviewed-on: https://review.coreboot.org/c/coreboot/+/52052 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks --- src/mainboard/facebook/monolith/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index 1962352546..fe3b056c26 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -68,10 +68,6 @@ config DIMM_MAX int default 2 -config TPM_INIT - bool - default n - config MAINBOARD_SUPPORTS_SKYLAKE_CPU bool default n