]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: tweak CONFIG_SPL_VIDEO description
authorJohn Keeping <john@metanate.com>
Tue, 9 May 2023 11:02:50 +0000 (12:02 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2023 21:14:46 +0000 (17:14 -0400)
Make it clear that this is the SPL option to avoid potential confusion
when the description for CONFIG_SPL_VIDEO is the same as that for
CONFIG_VIDEO.

Signed-off-by: John Keeping <john@metanate.com>
drivers/video/Kconfig

index fcc0e85d2e69d120b52f53f327d7d9f39c453f46..1e2f4e6de4a578b45633808862e4e7ebb21bc2b5 100644 (file)
@@ -962,7 +962,7 @@ config BMP_32BPP
 endif # VIDEO
 
 config SPL_VIDEO
-       bool "Enable driver model support for LCD/video"
+       bool "Enable driver model support for LCD/video in SPL"
        depends on SPL_DM
        help
          The video subsystem adds a small amount of overhead to the image.