summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-07-09 14:16:28 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-10 17:36:33 +0000
commite8f2e4639f3d7b3a1ec71ef69ff151c608f8cc90 (patch)
tree1e5773fdff24eac643b41e08c28e04821fa03edf /zephyr
parent70450d035a077efc0b2d33a29f33a186ed6cf830 (diff)
downloadchrome-ec-e8f2e4639f3d7b3a1ec71ef69ff151c608f8cc90.tar.gz
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 <keithshort@chromium.org> Change-Id: I66abcdddb7735f210fa25ed7c8b5760d8d626026 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3015866 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org> Commit-Queue: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/shim/include/config_chip.h4
1 files changed, 2 insertions, 2 deletions
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