summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-11 16:17:03 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:56:46 +0000
commitc4b31c3424c4c84e30753ca503ed6a1165e2827f (patch)
treeac8f6b740981b7bb239a17f649b3aea8cd526aa5
parente3a8df31ca4b6cf51e4cd82ea89b9d8d12b5e488 (diff)
downloadchrome-ec-c4b31c3424c4c84e30753ca503ed6a1165e2827f.tar.gz
volteer: Enable PLATFORM_EC_USB_PD_ALT_MODE_UFP
This is needed to enable the power-delivery task since the option is not enabled by default. BUG=b:175434113 TEST=make BOARD=volteer -j30 build volteer on zephyr Signed-off-by: Simon Glass <sjg@chromium.org> Cq-Depend: chromium:2617204 Change-Id: I3f3c9c76828cc3bef3303126c7c42f052c954a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2623427 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630177 Tested-by: Jack Rosenthal <jrosenth@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 8237ed970d..54d4320c96 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -39,6 +39,7 @@ CONFIG_PLATFORM_EC_USBC_PPC_SN5S330=y
CONFIG_PLATFORM_EC_USBC_PPC_SYV682X=y
CONFIG_PLATFORM_EC_USBC_RETIMER_INTEL_BB=y
CONFIG_PLATFORM_EC_USB_MUX_VIRTUAL=y
+CONFIG_PLATFORM_EC_USB_PD_ALT_MODE_UFP=y
CONFIG_PLATFORM_EC_USB_PD_VBUS_MEASURE_NOT_PRESENT=y
CONFIG_PLATFORM_EC_USB_PD_DISCHARGE_PPC=y
CONFIG_PLATFORM_EC_CONFIG_USB_PD_REV30=y