]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
console: kconfig: Drop the redundant VIDEO dependency
authorBin Meng <bmeng@tinylab.org>
Sun, 23 Jul 2023 04:40:34 +0000 (12:40 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 2 Aug 2023 08:31:58 +0000 (16:31 +0800)
The VIDEO dependency is described twice in CONSOLE_MUX.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig

index 973482f075662a367f32dced529475ccb926be58..d103bc6ddb8a5f3540de4de2f519734b7ee83623 100644 (file)
@@ -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.