summaryrefslogtreecommitdiff
path: root/board
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 /board
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 'board')
-rw-r--r--board/bds/board.h2
-rw-r--r--board/cr50/board.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index f43ea6ee92..c859089f04 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -11,7 +11,7 @@
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands */
#define CONFIG_I2C
-#define CONFIG_I2C_MASTER
+#define CONFIG_I2C_CONTROLLER
/* LM4 modules we don't use on link but still want to keep compiling */
#define CONFIG_EEPROM
diff --git a/board/cr50/board.h b/board/cr50/board.h
index b11d4c42ad..7e3efc79bd 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -507,7 +507,7 @@ enum nvmem_users {
#define CONFIG_USB_FW_UPDATE
#define CONFIG_I2C
-#define CONFIG_I2C_MASTER
+#define CONFIG_I2C_CONTROLLER
#define CONFIG_I2C_PERIPH
#define CONFIG_TPM_I2CS