]> Git Repo - u-boot.git/blobdiff - common/Kconfig
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
[u-boot.git] / common / Kconfig
index 6591acd2fd0f9a13f0624e0e5a1d441d777c3239..62e7fb5d0e95a7c1da1f7018feb27647049cec7f 100644 (file)
@@ -194,7 +194,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 +577,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.
This page took 0.025032 seconds and 4 git commands to generate.