From abd894e1c9e01462ce5cf4cc4691a75f4e1378de Mon Sep 17 00:00:00 2001 From: Dossym Nurmukhanov Date: Fri, 11 Dec 2020 13:51:51 -0800 Subject: COIL: Rename EC-EC comm config to be inclusive Use server/client nomenclature instead BUG=none TEST=build and run on volteer BRANCH=none Signed-off-by: dossym@chromium.org Change-Id: I2cf4a82291134378ed21bbc068361f1be25e8176 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2587574 Reviewed-by: Nicolas Boichat --- include/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 8606ac52b0..03c5c6623b 100644 --- a/include/config.h +++ b/include/config.h @@ -1522,10 +1522,10 @@ /* Support for EC-EC communication */ /* - * Board is master or slave in EC-EC communication. + * Board is client or server in EC-EC communication. */ -#undef CONFIG_EC_EC_COMM_MASTER -#undef CONFIG_EC_EC_COMM_SLAVE +#undef CONFIG_EC_EC_COMM_CLIENT +#undef CONFIG_EC_EC_COMM_SERVER /* * Board support battery-related functions in EC-EC communication. @@ -5335,13 +5335,13 @@ * Define derived configuration options for EC-EC communication */ #ifdef CONFIG_EC_EC_COMM_BATTERY -#ifdef CONFIG_EC_EC_COMM_MASTER +#ifdef CONFIG_EC_EC_COMM_CLIENT #define CONFIG_EC_EC_COMM_BATTERY_MASTER #define CONFIG_BATTERY_V2 #define CONFIG_BATTERY_COUNT 2 #endif -#ifdef CONFIG_EC_EC_COMM_SLAVE +#ifdef CONFIG_EC_EC_COMM_SERVER #define CONFIG_EC_EC_COMM_BATTERY_SLAVE #define CONFIG_BATTERY_V2 #define CONFIG_BATTERY_COUNT 1 -- cgit v1.2.1