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:
parent
c796c68dec
commit
925845c38c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue