diff options
author | Zoey Wu <zoey_wu@wistron.corp-partner.google.com> | 2023-02-13 13:41:59 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-02-15 00:30:40 +0000 |
commit | c9dff8b0c2f313bb55d8ebb1a967f48826e85cde (patch) | |
tree | ffb880466641a73bf568c0d16a21d20789b69736 /src | |
parent | 4bfb36ed68154d8ee6fc77a6b2bf79938cae9e8a (diff) |
mb/google/brya: Add Kconfig for TPM I2C bus
Add TPM I2C for aurash to avoid TPM I2C fail.
BUG=b:269050049
TEST=emerge-brask coreboot.
Signed-off-by: Zoey Wu <zoey_wu@wistron.corp-partner.google.com>
Change-Id: I1947d2e1189f46d8dab01837f75de7cb6e9e0579
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73011
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src')
-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 a99168436e..6eb34d7d6e 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -156,6 +156,7 @@ config DRIVER_TPM_I2C_BUS default 0x1 if BOARD_GOOGLE_GAELIN default 0x1 if BOARD_GOOGLE_OMNIGUL default 0x1 if BOARD_GOOGLE_CONSTITUTION + default 0x1 if BOARD_GOOGLE_AURASH config DRIVER_TPM_I2C_ADDR hex |