Skip to content
Snippets Groups Projects
Commit ca5bc1bc authored by Christophe Ricard's avatar Christophe Ricard Committed by Simon Glass
Browse files

tpm: tpm_tis_lpc: fix typo


TPM_TIS_LPC is connected to the LPC bus, not I2C.

Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
parent 0e37d4c2
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ config TPM_TIS_LPC ...@@ -50,7 +50,7 @@ config TPM_TIS_LPC
bool "Enable support for Infineon SLB9635/45 TPMs on LPC" bool "Enable support for Infineon SLB9635/45 TPMs on LPC"
depends on TPM && X86 depends on TPM && X86
help help
This driver supports Infineon TPM devices connected on the I2C bus. This driver supports Infineon TPM devices connected on the LPC bus.
The usual tpm operations and the 'tpm' command can be used to talk The usual tpm operations and the 'tpm' command can be used to talk
to the device using the standard TPM Interface Specification (TIS) to the device using the standard TPM Interface Specification (TIS)
protocol protocol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment