summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2022-11-23 10:15:39 +1100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-23 00:36:31 +0000
commit304ef5697ba59ac66247fe02ce4a76fc74df054c (patch)
tree57584a973aab0652bd54e6f6ee9a58c4a773510f
parentd645e2e2ab3a8bf2ef88b4fa1e8382d13014c55d (diff)
downloadchrome-ec-304ef5697ba59ac66247fe02ce4a76fc74df054c.tar.gz
nissa: enable PD_REQUIRE_AP_MODE_ENTRY
This corrects some behavior around docking stations and mode entry when the AP is powered off. BUG=b:258143457 TEST=display still works with Startech DK30C2DAGPD dock BRANCH=nissa Signed-off-by: Peter Marheine <pmarheine@chromium.org> Change-Id: Idbd56fc0a0c44def2226b26530ffcd87a719311b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4050000 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Andrew McRae <amcrae@google.com>
-rw-r--r--zephyr/program/nissa/program.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/program/nissa/program.conf b/zephyr/program/nissa/program.conf
index 170b6ad39c..8fd87c94b5 100644
--- a/zephyr/program/nissa/program.conf
+++ b/zephyr/program/nissa/program.conf
@@ -96,6 +96,7 @@ CONFIG_PLATFORM_EC_USB_PD_TBT_COMPAT_MODE=n
CONFIG_PLATFORM_EC_USB_MUX_RUNTIME_CONFIG=y
CONFIG_PLATFORM_EC_USB_MUX_VIRTUAL=y
+CONFIG_PLATFORM_EC_USB_PD_REQUIRE_AP_MODE_ENTRY=y
# ADL integrated muxes are slow: unblock PD
CONFIG_PLATFORM_EC_USB_MUX_TASK=y
CONFIG_PLATFORM_EC_BC12_DETECT_PI3USB9201=y