From e8f2e4639f3d7b3a1ec71ef69ff151c608f8cc90 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Fri, 9 Jul 2021 14:16:28 -0600 Subject: syv682x: Fix name for option to disable CC passthrough Change the name to disable CC passthrough on the SVY682x PPC from CONFIG_SYV682X_NO_CC to CONFIG_USBC_PPC_SYV682X_NO_CC to match the naming convention of other PPC options. This also corrects a non-fatal error in the firmware-eq CQ about a new ad-hoc EC config option. BUG=b:193195946 BRANCH=none TEST=zmake testall TEST=make buildall Signed-off-by: Keith Short Change-Id: I66abcdddb7735f210fa25ed7c8b5760d8d626026 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3015866 Reviewed-by: Denis Brockus Reviewed-by: Yuval Peress Commit-Queue: Yuval Peress --- zephyr/shim/include/config_chip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zephyr') diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h index 5a7419599d..acd8780765 100644 --- a/zephyr/shim/include/config_chip.h +++ b/zephyr/shim/include/config_chip.h @@ -969,9 +969,9 @@ #define CONFIG_USBC_PPC_SYV682C #endif -#undef CONFIG_SYV682X_NO_CC +#undef CONFIG_USBC_PPC_SYV682X_NO_CC #ifdef CONFIG_PLATFORM_EC_USBC_PPC_SYV682X_NO_CC -#define CONFIG_SYV682X_NO_CC +#define CONFIG_USBC_PPC_SYV682X_NO_CC #endif #undef CONFIG_USB_PD_TCPC_RUNTIME_CONFIG -- cgit v1.2.1