diff options
author | Scott Collyer <scollyer@google.com> | 2018-08-15 15:41:49 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-09-07 18:36:38 -0700 |
commit | 37809307f7b3422d8488feb0c4806615e6af72af (patch) | |
tree | e030b1c00bdd81bacd3e088fe69386b9c8af7534 /include | |
parent | a530eb162a6aab5db3dee940ba2718e5a1924f8a (diff) | |
download | chrome-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 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 429339654a..82ba112171 100644 --- a/include/config.h +++ b/include/config.h @@ -3190,6 +3190,7 @@ #undef CONFIG_USB_PD_TCPM_PS8751 #undef CONFIG_USB_PD_TCPM_PS8805 #undef CONFIG_USB_PD_TCPM_MT6370 +#undef CONFIG_USB_PD_TCPM_TUSB422 /* * Adds an EC console command to erase the ANX7447 OCM flash. |