[U-Boot] [PATCH 27/28] Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig

Tom Rini trini at konsulko.com
Fri Sep 23 21:59:48 CEST 2016


On Mon, Sep 19, 2016 at 04:33:11PM -0600, Simon Glass wrote:

> This converts the following to Kconfig:
>    CONFIG_SYS_CONSOLE_INFO_QUIET
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
[snip]
>  251 files changed, 217 insertions(+), 88 deletions(-)
[snip]
> diff --git a/common/Kconfig b/common/Kconfig
> index bf1e277..815e11d 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -318,6 +318,14 @@ config SYS_CONSOLE_ENV_OVERWRITE
>  	  start-up (after relocation). This causes the environment to be
>  	  updated to match the console devices actually chosen.
>  
> +config SYS_CONSOLE_INFO_QUIET
> +	bool "Don't display the console devices on boot"
> +	help
> +	  Normally U-Boot displays the current settings for stdout, stdin
> +	  and stderr on boot when the post-relocation console is set up.
> +	  Enable this option to supress this output. It can be obtained by
> +	  calling stdio_print_current_devices() from board code.
> +
>  endmenu

Maybe default y if !CONSOLE_MUX ?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160923/b213a83e/attachment.sig>


More information about the U-Boot mailing list