summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-05-24 17:19:48 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-06-01 06:22:04 +0000
commit795c889d419e555803f6cd215c07bd208e250753 (patch)
tree7b1c6794f26188d37b3c0db57a6e44b0ef2f50bc
parenteb48a025b9551a814b0f1ee27ec38c4cafe5cfbc (diff)
downloadchrome-ec-795c889d419e555803f6cd215c07bd208e250753.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> Reviewed-on: https://chromium-review.googlesource.com/1080581
-rw-r--r--include/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 6c39c0fab8..6993264c3d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -923,8 +923,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