]> git.sur5r.net Git - u-boot/blobdiff - README
test/py: correctly log xfail/xpass tests
[u-boot] / README
diff --git a/README b/README
index 864c7cccc3b7a7182612680eba3316889460008b..c7c9e0a9e3e1a3cf11beb16a671778bafe3751cb 100644 (file)
--- a/README
+++ b/README
@@ -1423,6 +1423,17 @@ The following options need to be configured:
                        CONFIG_TPM_TIS_I2C_BURST_LIMITATION
                        Define the burst count bytes upper limit
 
+               CONFIG_TPM_ST33ZP24
+               Support for STMicroelectronics TPM devices. Requires DM_TPM support.
+
+                       CONFIG_TPM_ST33ZP24_I2C
+                       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.