summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-10-08 09:33:35 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-10-09 23:29:24 +0000
commit61dc089e23091a337a49f062d9058741a0ebf3bd (patch)
treebe1fb6727eb86f599149dc44594159f5649651be /include/config.h
parenta194bede19a91817ab4351911b74af9a5577baef (diff)
downloadchrome-ec-61dc089e23091a337a49f062d9058741a0ebf3bd.tar.gz
pd: samus: ryu: add Vconn support and enable for samus and ryu
Add support for enabling USB type-C Vconn by defining CONFIG_USBC_VCONN. Enable Vconn support for samus, ryu, and fruitpie. BUG=chrome-os-partner:30445 BRANCH=samus TEST=make buildall Change-Id: Ibe247286c96fd5a8fa12c88a4e3a5fea02997134 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/222284 Reviewed-by: Todd Broch <tbroch@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 3183e3b267..ef1f14ff2d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1041,6 +1041,9 @@
/* Support for USB type-c superspeed mux */
#undef CONFIG_USBC_SS_MUX
+/* Support for USB type-c vconn. Not needed for captive cables. */
+#undef CONFIG_USBC_VCONN
+
/*****************************************************************************/
/* USB interfaces config */