summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2020-11-03 14:58:57 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-05 01:28:40 +0000
commite609f07eef8b851b19bf4b59b5263ac702d8b871 (patch)
tree2211fbef28040cfbc9ce9831b310524c1e06ec72 /include
parent899412aaf662619fbf66bbdc0398c7d69aebc482 (diff)
downloadchrome-ec-e609f07eef8b851b19bf4b59b5263ac702d8b871.tar.gz
COIL: Rename CONFIG_I2C_PERIPHERAL
Rename CONFIG_I2C_PERIPHERAL and related comments. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I3f148e976f3a4d6a1dc6c58686368c056290d5d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2518660 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 702e7ab603..10f8dee3f5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2327,8 +2327,8 @@
*/
#undef CONFIG_I2C_CONTROLLER
-/* EC uses an I2C slave interface */
-#undef CONFIG_I2C_SLAVE
+/* EC uses an I2C peripheral interface */
+#undef CONFIG_I2C_PERIPHERAL
/* Defines I2C operation retry count when slave nack'd(EC_ERROR_BUSY) */
#define CONFIG_I2C_NACK_RETRY_COUNT 0