summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 16:46:32 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:21:43 +0000
commit96dd761f8a9a2858eb205efaf3bfa1352333f347 (patch)
treef5f89638845acaf4370497df8e1b1097605c6dc3 /include
parentade6b1e007428e85dc9b69e9a9c259bc6622f0d4 (diff)
downloadchrome-ec-96dd761f8a9a2858eb205efaf3bfa1352333f347.tar.gz
coil: CONFIG_I2C_SLAVE->CONFIG_I2C_PERIPH
BUG=b:175244613 TEST=make buildall -j Change-Id: Icd2d47a031c5132cb9bca618c5c5ed8cd9e80c07 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611756 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
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