aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/Makefile
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2022-05-13 13:30:00 -0500
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2022-05-23 16:33:58 +0300
commit9f971dac9369d0b27e8a3199bf03793d7185f56b (patch)
treed480686d04a6a1f0ed59e0dbaa0c8b4f8fc70b78 /drivers/tpm/Makefile
parent8d7199da3fa40d5a8d4a89d98c630bb8b92d7554 (diff)
downloadu-boot-9f971dac9369d0b27e8a3199bf03793d7185f56b.zip
u-boot-9f971dac9369d0b27e8a3199bf03793d7185f56b.tar.gz
u-boot-9f971dac9369d0b27e8a3199bf03793d7185f56b.tar.bz2
tpm: add support for TPMv2.x I2C chips
Add the tpm2_tis_i2c driver that should support any TPMv2 compliant I2C chips, such as the NPCT75X chip. [Ilias rename priv_auto_alloc_size to priv_auto] Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'drivers/tpm/Makefile')
-rw-r--r--drivers/tpm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tpm/Makefile b/drivers/tpm/Makefile
index 5172523..9540fd7 100644
--- a/drivers/tpm/Makefile
+++ b/drivers/tpm/Makefile
@@ -13,5 +13,6 @@ obj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o
obj-$(CONFIG_$(SPL_TPL_)TPM2_CR50_I2C) += cr50_i2c.o
obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o sandbox_common.o
obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_core.o tpm2_tis_spi.o
+obj-$(CONFIG_TPM2_TIS_I2C) += tpm2_tis_core.o tpm2_tis_i2c.o
obj-$(CONFIG_TPM2_FTPM_TEE) += tpm2_ftpm_tee.o
obj-$(CONFIG_TPM2_MMIO) += tpm2_tis_core.o tpm2_tis_mmio.o