powerpc: Migrate SYS_L3_SIZE to Kconfig
[platform/kernel/u-boot.git] / common / Kconfig
index 6591acd..21434c5 100644 (file)
@@ -113,6 +113,28 @@ config SILENT_CONSOLE
          GD_FLG_SILENT flag is set. Changing the environment variable later
          will update the flag.
 
+config SPL_SILENT_CONSOLE
+       bool "Use a silent console in SPL"
+       default y if SILENT_CONSOLE && !SANDBOX
+       help
+         This selects a silent console in SPL. When enabled it drops some
+         output messages. The GD_FLG_SILENT flag is not used in SPL so there
+         is no run-time control of console messages in SPL.
+
+         Future work may allow the SPL console to be silenced completely using
+         this option.
+
+config TPL_SILENT_CONSOLE
+       bool "Use a silent console in TPL"
+       default y if SILENT_CONSOLE && !SANDBOX
+       help
+         This selects a silent console in TPL. When enabled it drops some
+         output messages. The GD_FLG_SILENT flag is not used in TPL so there
+         is no run-time control of console messages in TPL.
+
+         Future work may allow the TPL console to be silenced completely using
+         this option.
+
 config SILENT_U_BOOT_ONLY
        bool "Only silence the U-Boot console"
        depends on SILENT_CONSOLE
@@ -194,7 +216,7 @@ config CONSOLE_FLUSH_SUPPORT
 
 config CONSOLE_MUX
        bool "Enable console multiplexing"
-       default y if DM_VIDEO || VIDEO || LCD
+       default y if VIDEO || VIDEO || LCD
        help
          This allows multiple devices to be used for each console 'file'.
          For example, stdout can be set to go to serial and video.
@@ -577,7 +599,7 @@ config EVENT
        help
          This enables sending and processing of events, to allow interested
          parties to be alerted when something happens. This is an attempt to
-         step the flow of weak functions, hooks, functions in board_f.c
+         stem the flow of weak functions, hooks, functions in board_f.c
          and board_r.c and the Kconfig options below.
 
          See doc/develop/event.rst for more information.
@@ -1043,6 +1065,13 @@ config SPL_IMAGE_SIGN_INFO
        help
          Enable image_sign_info helper functions in SPL.
 
+config VPL_IMAGE_SIGN_INFO
+       bool
+       select SHA1
+       select SHA256
+       help
+         Enable image_sign_info helper functions in SPL.
+
 endif
 
 config FDT_SIMPLEFB