Eric Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63773 )
Change subject: mb/prodrive/atlas: Fix build error ......................................................................
mb/prodrive/atlas: Fix build error
commit c6b041a12e refactor the TPM Kconfig.
Signed-off-by: Eric Lai eric_lai@quanta.corp-partner.google.com Change-Id: Iff7e20ac271eb5b2afc9061819e2cc0cf2264cbf --- M src/mainboard/prodrive/atlas/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/63773/1
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index d9169c2..570fd7b 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -8,7 +8,7 @@ select MAINBOARD_USES_IFD_EC_REGION select SOC_INTEL_ALDERLAKE_PCH_P select MAINBOARD_HAS_TPM2 - select MAINBOARD_HAS_LPC_TPM + select MEMORY_MAPPED_TPM
if BOARD_PRODRIVE_ATLAS_BASEBOARD