summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 3be92868a8..7c040de845 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3354,6 +3354,15 @@
*/
#undef CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT
+/*
+ * Total current in mA the board can supply to external devices through
+ * USB-C ports
+ *
+ * When a sink device is plugged or unplugged, source current redistribution
+ * occurs. If this macro is defined, redistribution occurs in such a way
+ * that there is no current drop (e.g. 3A -> 1.5A) on active source ports.
+ */
+#undef CONFIG_USB_PD_MAX_TOTAL_SOURCE_CURRENT
/******************************************************************************/
/* stm32f4 dwc usb configs. */