summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-07 17:32:13 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:56:56 +0000
commit5a58cc24e5fb3317424d7ceefcf73bf528230f39 (patch)
treeb5c62c13fddc586e162a06df33c308356f9e929a
parent59b9af8ce56818b3f1809684818c727819e47dcd (diff)
downloadchrome-ec-5a58cc24e5fb3317424d7ceefcf73bf528230f39.tar.gz
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 <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630180 Tested-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf1
1 files changed, 1 insertions, 0 deletions
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