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>
This commit is contained in:
parent
9ebc6c1e26
commit
212f86bc9b
|
@ -119,6 +119,7 @@ config DRIVER_TPM_I2C_BUS
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue