aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/Makefile
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-05-15 11:57:25 +0200
committerTom Rini <trini@konsulko.com>2018-05-25 20:13:00 -0400
commit2bae712f7ab9525421662fbbbe1445b00cbee5b0 (patch)
treea013317a2ff5f3fbf1f332184b1551a337a991f2 /drivers/tpm/Makefile
parent2dffe1c6adc0dfb1fdce8a32e88a95ddec9004a7 (diff)
downloadu-boot-2bae712f7ab9525421662fbbbe1445b00cbee5b0.zip
u-boot-2bae712f7ab9525421662fbbbe1445b00cbee5b0.tar.gz
u-boot-2bae712f7ab9525421662fbbbe1445b00cbee5b0.tar.bz2
tpm: add a Sandbox TPMv2.x driver
This driver can emulate all the basic functionalities of a TPMv2.x chip and should behave like them during regular testing. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.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 e4b5761..af473ef 100644
--- a/drivers/tpm/Makefile
+++ b/drivers/tpm/Makefile
@@ -10,4 +10,5 @@ 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
+obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o
obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o