diff options
author | Dirk Eibach <eibach@gdsys.de> | 2013-06-26 15:55:15 +0200 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-07-16 17:44:30 -0500 |
commit | c01939c764dc99e899cf6b69b4ff4d0cab981461 (patch) | |
tree | 8213e56d16029cc2b251cfb75713fd90fc7b52d0 /drivers/tpm/Makefile | |
parent | b778c1b5debc4176baf93ed5085498e603f99343 (diff) | |
download | u-boot-imx-c01939c764dc99e899cf6b69b4ff4d0cab981461.zip u-boot-imx-c01939c764dc99e899cf6b69b4ff4d0cab981461.tar.gz u-boot-imx-c01939c764dc99e899cf6b69b4ff4d0cab981461.tar.bz2 |
Add Atmel I2C tpm
Add support for Atmel TPM devices with two wire interface.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Reinhard Pfau <reinhard.pfau@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/tpm/Makefile')
-rw-r--r-- | drivers/tpm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tpm/Makefile b/drivers/tpm/Makefile index 913dd9c..c3010ba 100644 --- a/drivers/tpm/Makefile +++ b/drivers/tpm/Makefile @@ -26,6 +26,7 @@ LIB := $(obj)libtpm.o $(shell mkdir -p $(obj)slb9635_i2c) # TODO: Merge tpm_tis_lpc.c with tpm.c +COBJS-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o COBJS-$(CONFIG_TPM_TIS_I2C) += tpm.o COBJS-$(CONFIG_TPM_TIS_I2C) += tpm_tis_i2c.o COBJS-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o |