diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2016-01-21 23:27:14 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-28 21:01:22 -0700 |
commit | b75fdc11ebcd3607f840a00363679a3a5cbc8da4 (patch) | |
tree | f1080de6b115bfb9e6eee283a3d3df09969e6ee1 /README | |
parent | 3aa74088d4d3cedcfed403fea8eb75831021959a (diff) | |
download | u-boot-b75fdc11ebcd3607f840a00363679a3a5cbc8da4.tar.gz |
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 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1430,6 +1430,10 @@ The following options need to be configured: Support for STMicroelectronics ST33ZP24 I2C devices. Requires TPM_ST33ZP24 and I2C. + CONFIG_TPM_ST33ZP24_SPI + Support for STMicroelectronics ST33ZP24 SPI devices. + Requires TPM_ST33ZP24 and SPI. + CONFIG_TPM_ATMEL_TWI Support for Atmel TWI TPM device. Requires I2C support. |