common: Kconfig: use 'vidconsole' name instead of old 'video'
authorAnatolij Gustschin <agust@denx.de>
Mon, 4 Oct 2021 14:04:32 +0000 (16:04 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 9 Oct 2021 17:41:33 +0000 (19:41 +0200)
After DM_VIDEO conversion the 'vidconsole' is the correct name
for the frame buffer console. 'video' will not work, so update
the description of the config option.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/Kconfig

index 0543b83..d6f77ab 100644 (file)
@@ -182,8 +182,8 @@ config SYS_CONSOLE_IS_IN_ENV
        default y if CONSOLE_MUX
        help
          This allows multiple input/output devices to be set at boot time.
-         For example, if stdout is set to "serial,video" then output will
-         be sent to both the serial and video devices on boot. The
+         For example, if stdout is set to "serial,vidconsole" then output
+         will be sent to both the serial and video devices on boot. The
          environment variables can be updated after boot to change the
          input/output devices.