summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 12:22:08 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:53 +0000
commit7d462d74c6989e8f7fe11efb1c26377e93bc99d0 (patch)
tree8c32faa9354472d438065c2c8a3b58349b17098a /include/config.h
parent7e511dbe3239d6332c3b0f858e0d21b7e62fc6bf (diff)
downloadchrome-ec-7d462d74c6989e8f7fe11efb1c26377e93bc99d0.tar.gz
coil: CONFIG_TPM_SPS->CONFIG_TPM_SPP
BUG=b:175244613 TEST=make buildall -j Change-Id: If1d3a3e11736bf6da85938a607038a93254e9cc0 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615126
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 3f184be58f..27b2769158 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3437,8 +3437,8 @@
/*****************************************************************************/
/* TPM-like configuration */
-/* Speak the TPM SPI Hardware Protocol on the SPI slave interface */
-#undef CONFIG_TPM_SPS
+/* Speak the TPM SPI Hardware Protocol on the SPI peripheral interface */
+#undef CONFIG_TPM_SPP
/* Speak to the TPM 2.0 hardware protocol on the I2C periph interface */
#undef CONFIG_TPM_I2CP