]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL
authorNikhil M Jain <n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:00 +0000 (17:41 +0530)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000 (21:37 +0200)
To enable tidss display driver only at SPL stage, add necessary config,
CONFIG_SPL_VIDEO_TIDSS.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
drivers/video/tidss/Kconfig

index 2a5e56ea4ee7f1bc96e777f4a061d130eb679500..95086f3a5d6660fb5d07b78f5abe1b8c6b026840 100644 (file)
@@ -16,3 +16,9 @@ menuconfig VIDEO_TIDSS
          DPI . This option enables these supports which can be used on
          devices which have OLDI or HDMI display connected.
 
+config SPL_VIDEO_TIDSS
+       bool "Enable TIDSS video support in SPL Stage"
+       depends on SPL_VIDEO
+       help
+         This options enables tidss driver in SPL stage. If
+         you need to use tidss at SPL stage use this config.