summaryrefslogtreecommitdiff
path: root/chip
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 /chip
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 'chip')
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index 9564837834..05e1827a8f 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -82,7 +82,7 @@ chip-$(CONFIG_RDD)+=rdd.o
chip-$(CONFIG_RBOX)+=rbox.o
chip-$(CONFIG_STREAM_USB)+=usb-stream.o
chip-$(CONFIG_STREAM_USART)+=usart.o
-chip-$(CONFIG_I2C_MASTER)+= i2cm.o
+chip-$(CONFIG_I2C_CONTROLLER)+= i2cm.o
chip-$(CONFIG_I2C_PERIPH)+= i2cs.o
chip-$(CONFIG_LOW_POWER_IDLE)+=idle.o