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 961c8eeb9a..703297ba6c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -903,6 +903,15 @@
#undef CONFIG_TEMP_SENSOR_POWER_GPIO
/*****************************************************************************/
+/* Stream config
+ *
+ * Streams are an abstraction for managing character based IO streams. Streams
+ * can virtualize USARTs (interrupt, polled, or DMA driven), USB bulk
+ * endpoints, I2C transfers, and more.
+ */
+#undef CONFIG_STREAM
+
+/*****************************************************************************/
/* UART config */
/* Baud rate for UARTs */