summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.h2
-rw-r--r--common/build.mk2
-rw-r--r--include/config.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 6eb075a022..69e2a5d1a7 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -509,7 +509,7 @@ enum nvmem_users {
#define CONFIG_I2C
#define CONFIG_I2C_CONTROLLER
#define CONFIG_I2C_PERIPH
-#define CONFIG_TPM_I2CS
+#define CONFIG_TPM_I2CP
#define CONFIG_BOARD_ID_SUPPORT
#define CONFIG_SN_BITS_SUPPORT
diff --git a/common/build.mk b/common/build.mk
index e4e0fb151d..79938a7fc8 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -119,7 +119,7 @@ common-$(CONFIG_TEMP_SENSOR)+=temp_sensor.o
common-$(CONFIG_THROTTLE_AP)+=thermal.o throttle_ap.o
common-$(CONFIG_THROTTLE_AP_ON_BAT_DISCHG_CURRENT)+=throttle_ap.o
common-$(CONFIG_THROTTLE_AP_ON_BAT_VOLTAGE)+=throttle_ap.o
-common-$(CONFIG_TPM_I2CS)+=i2cs_tpm.o
+common-$(CONFIG_TPM_I2CP)+=i2cs_tpm.o
common-$(CONFIG_U2F)+=u2f.o
common-$(CONFIG_USB_CONSOLE_STREAM)+=usb_console_stream.o
common-$(CONFIG_USB_I2C)+=usb_i2c.o
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 */