[PATCH 11/18] console: kconfig: Drop the redundant VIDEO dependency

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Jul 23 08:40:21 CEST 2023


On 7/23/23 06:40, Bin Meng wrote:
> The VIDEO dependency is described twice in CONSOLE_MUX.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

> ---
>
>   common/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 973482f075..d103bc6ddb 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -226,7 +226,7 @@ config CONSOLE_FLUSH_SUPPORT
>
>   config CONSOLE_MUX
>   	bool "Enable console multiplexing"
> -	default y if VIDEO || VIDEO || LCD
> +	default y if 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.



More information about the U-Boot mailing list