From c01939c764dc99e899cf6b69b4ff4d0cab981461 Mon Sep 17 00:00:00 2001 From: Dirk Eibach Date: Wed, 26 Jun 2013 15:55:15 +0200 Subject: Add Atmel I2C tpm Add support for Atmel TPM devices with two wire interface. Signed-off-by: Dirk Eibach Signed-off-by: Reinhard Pfau Reviewed-by: Simon Glass Signed-off-by: Andy Fleming --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 3941725..bcfffc3 100644 --- a/README +++ b/README @@ -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. -- cgit v1.1