aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/Makefile
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2016-01-21 23:27:14 +0100
committerSimon Glass <sjg@chromium.org>2016-01-28 21:01:22 -0700
commitb75fdc11ebcd3607f840a00363679a3a5cbc8da4 (patch)
treef1080de6b115bfb9e6eee283a3d3df09969e6ee1 /drivers/tpm/Makefile
parent3aa74088d4d3cedcfed403fea8eb75831021959a (diff)
downloadu-boot-b75fdc11ebcd3607f840a00363679a3a5cbc8da4.zip
u-boot-b75fdc11ebcd3607f840a00363679a3a5cbc8da4.tar.gz
u-boot-b75fdc11ebcd3607f840a00363679a3a5cbc8da4.tar.bz2
tpm: st33zp24: Add tpm st33zp24 spi support
Add support for TPM ST33ZP24 spi. The ST33ZP24 does have a spi interface. The transport protocol is proprietary. For spi we are relying only on DM_SPI. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
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 cb066d7..c42a93f 100644
--- a/drivers/tpm/Makefile
+++ b/drivers/tpm/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o
obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o
obj-$(CONFIG_TPM_ST33ZP24_I2C) += tpm_tis_st33zp24_i2c.o
+obj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o