diff options
author | Gabe Noblesmith <gabe.noblesmith@fairchildsemi.com> | 2015-08-28 10:34:47 -0400 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2015-11-04 07:08:36 -0800 |
commit | e3554f39d752c39df2fb8d70b8a6dc0fdce441f6 (patch) | |
tree | 8089ae2a3b921e3f9a18271717d90c4898b2f8ff /include | |
parent | 4f090ad68e76f2df0bf688942e39b30ba2312459 (diff) | |
download | chrome-ec-e3554f39d752c39df2fb8d70b8a6dc0fdce441f6.tar.gz |
Initial commit of TCPM driver for FUSB302.
BUG=none
BRANCH=none
TEST=PD contract established with various devices
Change-Id: I4b452befe9ccd9d67bd6ad5c8cf77ae58320f6af
Signed-off-by: Gabe Noblesmith <gabe.noblesmith@fairchildsemi.com>
Reviewed-on: https://chromium-review.googlesource.com/294924
Commit-Ready: Shawn N <shawnn@chromium.org>
Tested-by: Shawn N <shawnn@chromium.org>
Reviewed-by: Alec Berg <alecaberg@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 db6f02cf62..0dea808e5b 100644 --- a/include/config.h +++ b/include/config.h @@ -1763,6 +1763,7 @@ */ #undef CONFIG_USB_PD_TCPM_STUB #undef CONFIG_USB_PD_TCPM_TCPCI +#undef CONFIG_USB_PD_TCPM_FUSB302 /* * Use this option if the TCPC port controller is on a seperate chip from |