summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 18:13:16 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:21:53 +0000
commitd619e3e95b67728f1c6faff6eb39ac9101ca2328 (patch)
tree78161053eaad5a98d11096a7544362ab19ad6cbb /include
parent2be9f07b1e2e6d23d6592ac34fad3e3fd5d3b60f (diff)
downloadchrome-ec-d619e3e95b67728f1c6faff6eb39ac9101ca2328.tar.gz
coil: CONFIG_TPM_I2CS->CONFIG_TPM_I2CP
BUG=b:175244613 TEST=make buildall -j Change-Id: I9d5bfc3bb65bb05d1deb1a16838222b93704bf8a Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611759 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 52e1771081..acb2cc340f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3439,8 +3439,8 @@
/* Speak the TPM SPI Hardware Protocol on the SPI slave interface */
#undef CONFIG_TPM_SPS
-/* Speak to the TPM 2.0 hardware protocol on the I2C slave interface */
-#undef CONFIG_TPM_I2CS
+/* Speak to the TPM 2.0 hardware protocol on the I2C periph interface */
+#undef CONFIG_TPM_I2CP
/*****************************************************************************/
/* USART stream config */