From 96dd761f8a9a2858eb205efaf3bfa1352333f347 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 5 Jan 2021 16:46:32 -0800 Subject: coil: CONFIG_I2C_SLAVE->CONFIG_I2C_PERIPH BUG=b:175244613 TEST=make buildall -j Change-Id: Icd2d47a031c5132cb9bca618c5c5ed8cd9e80c07 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611756 Reviewed-by: Namyoon Woo --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 7defe5b6a3..063e3159e3 100644 --- a/include/config.h +++ b/include/config.h @@ -2163,7 +2163,7 @@ #undef CONFIG_I2C_MASTER /* EC uses an I2C slave interface */ -#undef CONFIG_I2C_SLAVE +#undef CONFIG_I2C_PERIPH /* Defines I2C operation retry count when slave nack'd(EC_ERROR_BUSY) */ #define CONFIG_I2C_NACK_RETRY_COUNT 0 -- cgit v1.2.1