diff options
-rw-r--r-- | include/config.h | 7 |
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 |