diff options
author | Simon Glass <sjg@chromium.org> | 2021-01-07 16:32:39 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-01-15 03:56:53 +0000 |
commit | 59b9af8ce56818b3f1809684818c727819e47dcd (patch) | |
tree | 0b657839b06effcaf155dde189822385b4aa6b3f | |
parent | 19ae6adf6ddea747ae13876fee536fedcc233b31 (diff) | |
download | chrome-ec-59b9af8ce56818b3f1809684818c727819e47dcd.tar.gz |
volteer: Enable TCPM mux components
Enable the drivers and the mux.
BUG=b:175434113
TEST=build on volteer
Change-Id: Ieb7e8e5bbaaa411de0afa5c9de44c9748a718736
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2618658
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/+/2630179
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.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf index 54d4320c96..ff3ff93a2e 100644 --- a/zephyr/projects/volteer/prj.conf +++ b/zephyr/projects/volteer/prj.conf @@ -45,4 +45,7 @@ CONFIG_PLATFORM_EC_USB_PD_DISCHARGE_PPC=y CONFIG_PLATFORM_EC_CONFIG_USB_PD_REV30=y CONFIG_PLATFORM_EC_BATTERY_FUEL_GAUGE=y CONFIG_PLATFORM_EC_USB_PD_VBUS_DETECT_PPC=y +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 |