From 7d462d74c6989e8f7fe11efb1c26377e93bc99d0 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Wed, 6 Jan 2021 12:22:08 -0800 Subject: coil: CONFIG_TPM_SPS->CONFIG_TPM_SPP BUG=b:175244613 TEST=make buildall -j Change-Id: If1d3a3e11736bf6da85938a607038a93254e9cc0 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615126 --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/config.h') 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 -- cgit v1.2.1