From 59b9af8ce56818b3f1809684818c727819e47dcd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 7 Jan 2021 16:32:39 -0700 Subject: 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 Tested-by: Simon Glass Reviewed-by: Keith Short Reviewed-by: Yuval Peress Reviewed-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630179 Tested-by: Jack Rosenthal Reviewed-by: Simon Glass Commit-Queue: Jack Rosenthal --- zephyr/projects/volteer/prj.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1