]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/Kconfig
Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig
[people/ms/u-boot.git] / common / Kconfig
index 69d09ec7628f3b063af46aeecbc553b9be028f22..ff2b1a400bd1015feef13d7083da0be0196d9765 100644 (file)
@@ -327,6 +327,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
 
 config SYS_NO_FLASH