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 f96103a4af..3c5a536453 100644
--- a/include/config.h
+++ b/include/config.h
@@ -919,6 +919,15 @@
/*****************************************************************************/
/*
+ * Make it possible for console to be output to different channels that can be
+ * turned on and off.
+ *
+ * Boards that do not require a typical FAFT flow may #undef this to reduce
+ * image size.
+ */
+#define CONFIG_CONSOLE_CHANNEL
+
+/*
* Provide additional help on console commands, such as the supported
* options/usage.
*