summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2022-08-29 15:26:41 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-29 23:04:35 +0000
commitf63d21a70c1bcc4e13d54d0528abfc90f4aa829b (patch)
treed67dd0e593b2ffcf70338fce5c361a25ac0202fc
parent61207d19cfe5af77e1c09e262fefd52c73b33539 (diff)
downloadchrome-ec-f63d21a70c1bcc4e13d54d0528abfc90f4aa829b.tar.gz
it8xxx2_evb: Disable USB4/TBT
it8xxx2_evb does not support TBT or USB4. Disable these configs. BUG=b:244218024 TEST=zmake build it8xxx2_evb BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I2e354741844af64edca79e65ca7507de6aa0a9ae Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3863289 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/it8xxx2_evb/prj.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/projects/it8xxx2_evb/prj.conf b/zephyr/projects/it8xxx2_evb/prj.conf
index 43cf2ad996..37a9e7b5d5 100644
--- a/zephyr/projects/it8xxx2_evb/prj.conf
+++ b/zephyr/projects/it8xxx2_evb/prj.conf
@@ -38,3 +38,7 @@ CONFIG_CROS_KB_RAW_ITE=n
CONFIG_PLATFORM_EC_SWITCH=n
CONFIG_PLATFORM_EC_VBOOT_EFS2=n
CONFIG_PLATFORM_EC_VBOOT_HASH=n
+
+# USB-C
+CONFIG_PLATFORM_EC_USB_PD_TBT_COMPAT_MODE=n
+CONFIG_PLATFORM_EC_USB_PD_USB4=n