summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 2d7cd658ee..8d023c54ba 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2911,6 +2911,12 @@
/* Enable USB serial console module. */
#undef CONFIG_USB_CONSOLE
+/*
+ * Enable USB serial console crc32 computation.
+ * Also makes console output block on overrun.
+ */
+#undef CONFIG_USB_CONSOLE_CRC
+
/* Support USB HID interface. */
#undef CONFIG_USB_HID