[PATCH V8 02/14] drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL

Nikhil M Jain n-jain1 at ti.com
Wed Apr 19 08:10:29 CEST 2023


To enable tidss display driver only at SPL stage, add necessary config,
CONFIG_SPL_VIDEO_TIDSS.

Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Devarsh Thakkar <devarsht at ti.com>
---
V8:
- No change.

V7:
- No change.

V6:
- Fix commit message.
- Add Reviewed-By tag.

V5:
- No change.

V4:
- Add Reviewed-By tag

V3:
- No change.

V2:
- No change.

 drivers/video/tidss/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/video/tidss/Kconfig b/drivers/video/tidss/Kconfig
index 2a5e56ea4e..95086f3a5d 100644
--- a/drivers/video/tidss/Kconfig
+++ b/drivers/video/tidss/Kconfig
@@ -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.
-- 
2.34.1



More information about the U-Boot mailing list