From 5a58cc24e5fb3317424d7ceefcf73bf528230f39 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 7 Jan 2021 17:32:13 -0700 Subject: volteer: Enable the PD_C1 task The PD_C0 task is enabled by default, but volteer has two USB-C PD ports. Enable the other one. BUG=b:175434113 TEST=build on volteer Change-Id: If2faed1490d3f0b1186ccd9953894d323f9cfaab Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2618659 Commit-Queue: Simon Glass Tested-by: Simon Glass Reviewed-by: Keith Short Reviewed-by: Yuval Peress Reviewed-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630180 Tested-by: Jack Rosenthal Reviewed-by: Simon Glass Commit-Queue: Jack Rosenthal --- zephyr/projects/volteer/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf index ff3ff93a2e..eb982975f5 100644 --- a/zephyr/projects/volteer/prj.conf +++ b/zephyr/projects/volteer/prj.conf @@ -49,3 +49,4 @@ CONFIG_PLATFORM_EC_USB_PD_TCPM_PS8815=y CONFIG_PLATFORM_EC_USB_PD_TCPM_RT1715=y CONFIG_PLATFORM_EC_USB_PD_TCPM_TUSB422=y CONFIG_PLATFORM_EC_USB_PD_TCPM_MUX=y +CONFIG_HAS_TASK_PD_C1=y -- cgit v1.2.1