diff options
author | Raihow Shi <raihow_shi@wistron.corp-partner.google.com> | 2022-04-14 18:16:10 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-19 13:01:57 +0000 |
commit | 4d4a24529a671a09c8f7c8ba20ee9776d5e75fce (patch) | |
tree | f5e077bf546fb359b09a1cf6946427b0d7af22b9 /src/mainboard | |
parent | 212f86bc9b9132e13cac538de6d258b120af8968 (diff) |
mb/google/brya: Add Kconfig for TPM I2C bus
Add TPM I2C for crota to avoid TPM I2C fail.
BUG=b:229200525
TEST=emerge-brask coreboot.
Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com>
Change-Id: I8054e623fb0c3c549c3373982ce9d4fbd57e0fd7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63635
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 0c76482794..331041f44d 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -120,6 +120,7 @@ config DRIVER_TPM_I2C_BUS default 0x1 if BOARD_GOOGLE_KINOX default 0x0 if BOARD_GOOGLE_CRAASK default 0x1 if BOARD_GOOGLE_CROTA + default 0x1 if BOARD_GOOGLE_MOLI config DRIVER_TPM_I2C_ADDR hex |