summaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/i2c/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/i2c/Kconfig b/src/soc/amd/common/block/i2c/Kconfig
index f10c14ab1f..8e8ff9b148 100644
--- a/src/soc/amd/common/block/i2c/Kconfig
+++ b/src/soc/amd/common/block/i2c/Kconfig
@@ -14,3 +14,13 @@ config SOC_AMD_COMMON_BLOCK_I23C_PAD_CTRL
help
Select this option to add FCH I2C/I3C pad configuration functions to
the build.
+
+config SOC_AMD_COMMON_BLOCK_I2C3_TPM_SHARED_WITH_PSP
+ bool
+ depends on !SOC_AMD_PICASSO && !SOC_AMD_STONEYRIDGE
+ default n
+ help
+ Enable PSP I2C arbitration if there is I2C3 controller with TPM device
+ connected, which is shared between x86 and PSP. This is necessary to
+ ensure proper communication with I2C peripherals connected to such
+ bus.