summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index ba48d21b71..89b622cd85 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3746,7 +3746,20 @@
/* Define if this board, operating as a sink, can give power back to a source */
#undef CONFIG_USB_PD_GIVE_BACK
-/* Enable USB PD Rev3.0 features */
+/*
+ * Enable USB PD Rev2.0 features only
+ * NOTE:
+ * This flag is only used with TCPMv2. The TCPMv2 stack defaults to PD3.0
+ * and this flag disabled PD3.0 features.
+ */
+#undef CONFIG_USB_PD_REV20
+
+/*
+ * Enable USB PD Rev3.0 features
+ * NOTE:
+ * This flag is only used with TCPMv1. The TCPMv1 stack defaults to PD2.0
+ * and this flag enabled PD3.0 features.
+ */
#undef CONFIG_USB_PD_REV30
/* Major and Minor ChromeOS specific PD device Hardware IDs. */