]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: video: Kconfig: Add config remove video
authorNikhil M Jain <n-jain1@ti.com>
Tue, 18 Jul 2023 08:57:32 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 19:32:12 +0000 (15:32 -0400)
This is required since user may want to either call the remove method
of video driver and reset the display or not call the remove method
to continue displaying until next stage.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/video/Kconfig

index b8147f280c1e748ea62b35df6a882300339bbe5e..b41dc60cec5968840e743bae6e52dc3b8e5e4750 100644 (file)
@@ -871,6 +871,12 @@ config IHS_VIDEO_OUT
          out On-screen Display (OSD) used on gdsys FPGAs to control dynamic
          textual overlays of the display outputs.
 
+config VIDEO_REMOVE
+       bool "Remove video driver"
+       help
+         Use this option to specify if user wants to call remove method of
+         video driver in u-boot proper stage.
+
 config SPLASH_SCREEN
        bool "Show a splash-screen image"
        help
@@ -1094,6 +1100,12 @@ config SPL_SYS_WHITE_ON_BLACK
         This can be better in low-light situations or to reduce eye strain in
         some cases.
 
+config SPL_VIDEO_REMOVE
+       bool "Remove video driver after SPL stage"
+       help
+         if this  option is enabled video driver will be removed at the end of
+         SPL stage, beforeloading the next stage.
+
 if SPL_SPLASH_SCREEN
 
 config SPL_SPLASH_SCREEN_ALIGN