summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-07 17:55:43 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:56:59 +0000
commiteab7eaef9ae5c3eb56893c784bd6e482b797bd51 (patch)
treed32d1a60a8a6cade05f19efbf3c69836dfb82506
parent5a58cc24e5fb3317424d7ceefcf73bf528230f39 (diff)
downloadchrome-ec-eab7eaef9ae5c3eb56893c784bd6e482b797bd51.tar.gz
volteer: Enable the PD_INT_C1 task
The PD_INT_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: Ib7df007583edb1f09926d8531ebfa62d6ac32353 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2618660 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/+/2630181 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 eb982975f5..9fa8468ce5 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -50,3 +50,4 @@ 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
+CONFIG_HAS_TASK_PD_INT_C1=y