]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - README
checkpatch.pl: Add 'printf' to logFunctions
[karo-tx-uboot.git] / README
diff --git a/README b/README
index b1b3e1788ec92d8ba088dab91175dfb1a44e2e26..37805649c2ae97c178c5e9c57b46f9e59badb316 100644 (file)
--- a/README
+++ b/README
@@ -1209,7 +1209,23 @@ The following options need to be configured:
                        If this option is set, the driver enables cache flush.
 
 - TPM Support:
-               CONFIG_GENERIC_LPC_TPM
+               CONFIG_TPM
+               Support TPM devices.
+
+               CONFIG_TPM_TIS_I2C
+               Support for i2c bus TPM devices. Only one device
+               per system is supported at this time.
+
+                       CONFIG_TPM_TIS_I2C_BUS_NUMBER
+                       Define the the i2c bus number for the TPM device
+
+                       CONFIG_TPM_TIS_I2C_SLAVE_ADDRESS
+                       Define the TPM's address on the i2c bus
+
+                       CONFIG_TPM_TIS_I2C_BURST_LIMITATION
+                       Define the burst count bytes upper limit
+
+               CONFIG_TPM_TIS_LPC
                Support for generic parallel port TPM devices. Only one device
                per system is supported at this time.