From 74d1673daa17d9503f21cdf86bfd552873d1aefa Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 5 Jan 2021 16:54:53 -0800 Subject: coil: CONFIG_I2C_MASTER -> CONFIG_I2C_CONTROLLER BUG=b:175244613 TEST=make buildall -j Change-Id: I74900cd9113c12e5e08a0770e30f3abf69816302 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611757 Reviewed-by: Namyoon Woo --- board/bds/board.h | 2 +- board/cr50/board.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'board') 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 -- cgit v1.2.1