mb/google/ocelot: Update Kconfig

Update TPM related default values for DRIVER_TPM_I2C_BUS and
TPM_TIS_ACPI_INTERRUPT based on schematic_1433518.

BUG=b:394208231
TEST=Build Ocelot and verify it compiles without any error.

Change-Id: Ifbd99265a36602b7d820cc088317579496144c9d
Signed-off-by: P, Usha <usha.p@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88003
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
P, Usha 2025-06-09 08:50:32 +05:30 committed by Matt DeVillier
commit 925845c38c

View file

@ -96,7 +96,7 @@ config DRIVER_TPM_I2C_ADDR
config DRIVER_TPM_I2C_BUS
hex
default 0x03 if BOARD_GOOGLE_OCELOT
default 0x01 if BOARD_GOOGLE_OCELOT
config HAVE_SLP_S0_GATE
def_bool n
@ -118,7 +118,7 @@ config MEMORY_SOLDERDOWN
config TPM_TIS_ACPI_INTERRUPT
int
default 47 if BOARD_GOOGLE_OCELOT # GPE0_DW1_15 (GPP_D15)
default 17 if BOARD_GOOGLE_OCELOT # GPE0_DW0_17 (GPP_B17)
config UART_FOR_CONSOLE
int