summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-04 17:18:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-05 19:20:15 +0000
commite150dbe890434ee59292c3ab0e2128c265502759 (patch)
treeb9ed661ecfb5ac86ddc0827d0876396306012ab0
parentb066f62055ced4fb3665911c70219a4d219e8297 (diff)
downloadchrome-ec-e150dbe890434ee59292c3ab0e2128c265502759.tar.gz
zephyr: volteer: Enable Fast Role Swap triggered by PPC
Volteer uses the Power Path Controller to trigger Fast Role Swap. Enable this in the config. BUG=b:175434113 BRANCH=none TEST=build zephyr with another CL and see that the code is included Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I798179b2d21409e9d8d9e7d05c46e2121d30a693 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2677183 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index 7a200b87a7..f58a455ed3 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -98,6 +98,8 @@ CONFIG_PLATFORM_EC_USB_MUX_VIRTUAL=y
CONFIG_PLATFORM_EC_USB_PD_ALT_MODE_UFP=y
CONFIG_PLATFORM_EC_USB_PD_VBUS_MEASURE_CHARGER=y
CONFIG_PLATFORM_EC_USB_PD_DISCHARGE_PPC=y
+CONFIG_PLATFORM_EC_USB_PD_FRS=y
+CONFIG_PLATFORM_EC_USB_PD_FRS_PPC=y
CONFIG_PLATFORM_EC_USB_PD_REV30=y
CONFIG_PLATFORM_EC_BATTERY_FUEL_GAUGE=y
CONFIG_PLATFORM_EC_USB_PD_VBUS_DETECT_TCPC=y