From ba5c792137a89ce1cdb1de80ec2152efe6fbd5d5 Mon Sep 17 00:00:00 2001 From: Peter Marheine Date: Fri, 11 Mar 2022 12:58:07 +1100 Subject: nissa: use the dedicated USB mux task The integrated muxes on ADL can take a long time to respond, so we want to unblock PD while that runs. BUG=b:223749568 TEST=task is now listed in `kernel threads` BRANCH=none Signed-off-by: Peter Marheine Change-Id: Ibde2ffd00eba8c72784f8d54551712210a113dcc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3518706 Reviewed-by: Andrew McRae --- zephyr/projects/nissa/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zephyr/projects/nissa/prj.conf b/zephyr/projects/nissa/prj.conf index e22b058a8f..1757171a69 100644 --- a/zephyr/projects/nissa/prj.conf +++ b/zephyr/projects/nissa/prj.conf @@ -107,6 +107,8 @@ CONFIG_PLATFORM_EC_USB_PD_PORT_MAX_COUNT=2 # TODO(b/216085548): configure USB retimers CONFIG_PLATFORM_EC_USB_MUX_VIRTUAL=y +# ADL integrated muxes are slow: unblock PD +CONFIG_PLATFORM_EC_USB_MUX_TASK=y CONFIG_PLATFORM_EC_BC12_DETECT_PI3USB9201=y # USB-C TCPC and PPC standard options -- cgit v1.2.1