summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 16:54:53 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:21:46 +0000
commit74d1673daa17d9503f21cdf86bfd552873d1aefa (patch)
tree8167f8bfb7a493bb203ef89ef8cb5c311fb3218a /include/config.h
parent96dd761f8a9a2858eb205efaf3bfa1352333f347 (diff)
downloadchrome-ec-74d1673daa17d9503f21cdf86bfd552873d1aefa.tar.gz
coil: CONFIG_I2C_MASTER -> CONFIG_I2C_CONTROLLER
BUG=b:175244613 TEST=make buildall -j Change-Id: I74900cd9113c12e5e08a0770e30f3abf69816302 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611757 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 063e3159e3..52e1771081 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2156,11 +2156,11 @@
#undef CONFIG_I2C_XFER_BOARD_CALLBACK
/*
- * EC uses an I2C master interface.
+ * EC uses an I2C controller interface.
* Note: if this is defined, i2c_init() will be called
* automatically at board boot.
*/
-#undef CONFIG_I2C_MASTER
+#undef CONFIG_I2C_CONTROLLER
/* EC uses an I2C slave interface */
#undef CONFIG_I2C_PERIPH