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 --- board/dood/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/dood') diff --git a/board/dood/board.h b/board/dood/board.h index 045862934c..530e2a0bf2 100644 --- a/board/dood/board.h +++ b/board/dood/board.h @@ -57,7 +57,7 @@ #undef CONFIG_SYV682X_HV_ILIM #define CONFIG_SYV682X_HV_ILIM SYV682X_HV_ILIM_5_50 /* SYV682 isn't connected to CC, so TCPC must provide VCONN */ -#define CONFIG_SYV682X_NO_CC +#define CONFIG_USBC_PPC_SYV682X_NO_CC #ifndef __ASSEMBLER__ -- cgit v1.2.1