Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63617 )
Change subject: mb/google/brya/var/crota: Kconfig: Select TPM I2C bus driver ......................................................................
mb/google/brya/var/crota: Kconfig: Select TPM I2C bus driver
Add TPM I2C for crota to avoid TPM I2C fail.
BUG=b:226315394 TEST=USE="project_crota emerge-brya coreboot" and verify it builds without error.
Signed-off-by: Terry Chen terry_chen@wistron.corp-partner.google.com Change-Id: I7eb3ce6c2faf857c8f5d789af395e315caea4102 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63617 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 0fafc2f..0c76482 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -119,6 +119,7 @@ default 0x1 if BOARD_GOOGLE_BANSHEE default 0x1 if BOARD_GOOGLE_KINOX default 0x0 if BOARD_GOOGLE_CRAASK + default 0x1 if BOARD_GOOGLE_CROTA
config DRIVER_TPM_I2C_ADDR hex
4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.