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 /README | |
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 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1238,6 +1238,9 @@ The following options need to be configured: CONFIG_TPM_TIS_I2C_BURST_LIMITATION Define the burst count bytes upper limit + CONFIG_TPM_ATMEL_TWI + Support for Atmel TWI TPM device. Requires I2C support. + CONFIG_TPM_TIS_LPC Support for generic parallel port TPM devices. Only one device per system is supported at this time. |