summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-05-24 17:19:48 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-05-26 00:21:47 -0700
commit43a5152a2e7987668bfbedeb23b8d03fd1982018 (patch)
treebfc7b31970701be1e2265161ff8560cb7b762bce
parent5b7c78edd7714a38f80ccf1525f967b496410c43 (diff)
downloadchrome-ec-43a5152a2e7987668bfbedeb23b8d03fd1982018.tar.gz
console_output: Clarify help text for CONFIG_CONSOLE_CHANNEL
BRANCH=poppy BUG=b:35647963 TEST=N/A Change-Id: I85dd6553cf3ebace4e19813a308d0a024eba2915 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1071412 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--include/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index a094bbff42..d10d969550 100644
--- a/include/config.h
+++ b/include/config.h
@@ -949,8 +949,11 @@
* 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.
+ * This is useful as a developer convenience when the console is crowded with
+ * messages, to make it easier to use the interactive console.
+ * FAFT and servod also use this feature.
+ *
+ * Boards may #undef this to reduce image size.
*/
#define CONFIG_CONSOLE_CHANNEL