diff options
author | Joey Peng <joey.peng@lcfc.corp-partner.google.com> | 2021-12-13 19:16:54 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-15 15:54:16 +0000 |
commit | cddded2f580bed13e7eba85a13c1ecad81eed05a (patch) | |
tree | e00a5d34901b892ce32f80bc7889c84421684063 | |
parent | 44633997d84d2b2dbbea2258cc5bd2fd4802b4e4 (diff) |
mb/google/brya/var/taniks: Configure DRIVER_TPM_I2C_BUS
Add I2C bus for taniks in Kconfig
BUG=b:210390520
TEST=emerge-brya coreboot and can boot to OS.
Signed-off-by: Joey Peng <joey.peng@lcfc.corp-partner.google.com>
Change-Id: I9b1719c3140c13f67e7cb0e6a69257774884bd4d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60077
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-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 41f3f715c4..9363d6e685 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -90,6 +90,7 @@ config DRIVER_TPM_I2C_BUS default 0x3 if BOARD_GOOGLE_ANAHERA default 0x3 if BOARD_GOOGLE_ANAHERA4ES default 0x3 if BOARD_GOOGLE_VELL + default 0x3 if BOARD_GOOGLE_TANIKS config DRIVER_TPM_I2C_ADDR hex |