summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2018-08-15 15:41:49 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-09-07 18:36:38 -0700
commit37809307f7b3422d8488feb0c4806615e6af72af (patch)
treee030b1c00bdd81bacd3e088fe69386b9c8af7534 /driver/build.mk
parenta530eb162a6aab5db3dee940ba2718e5a1924f8a (diff)
downloadchrome-ec-37809307f7b3422d8488feb0c4806615e6af72af.tar.gz
tcpc: Add driver for TI TUSB422 tcpc
Initial driver for TUSB422 TCPC which is a tcpci compliant TCPC. This TCPC does not inlude a Type C mux and uses the tcpci driver for all of the methods. BUG=b:111281797 BRANCH=none TEST=Verified operation as sink on DragonEgg. Have not verified source operation, or low power/auto-toggle modes as those config options can't be enabled on ITE at this point. Change-Id: I783a5e2c4a13bc0b8fa4da4b134588382542024c Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1178994 Commit-Ready: Jett Rink <jettrink@chromium.org> Tested-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/build.mk b/driver/build.mk
index f95d80748d..74bf4c573a 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -113,6 +113,7 @@ driver-$(CONFIG_USB_PD_TCPM_ANX7688)+=tcpm/anx7688.o
driver-$(CONFIG_USB_PD_TCPM_ANX7447)+=tcpm/anx7447.o
driver-$(CONFIG_USB_PD_TCPM_PS8751)+=tcpm/ps8xxx.o
driver-$(CONFIG_USB_PD_TCPM_PS8805)+=tcpm/ps8xxx.o
+driver-$(CONFIG_USB_PD_TCPM_TUSB422)+=tcpm/tusb422.o
# USB mux high-level driver
driver-$(CONFIG_USBC_SS_MUX)+=usb_mux.o