From: Nikhil M Jain Date: Thu, 20 Apr 2023 12:11:00 +0000 (+0530) Subject: drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL X-Git-Tag: v2023.07-rc2~11^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54929ecdd2141f23732d5bc8de7fa62d1d2b4d02;p=pandora-u-boot.git drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL To enable tidss display driver only at SPL stage, add necessary config, CONFIG_SPL_VIDEO_TIDSS. Signed-off-by: Nikhil M Jain Reviewed-by: Simon Glass Reviewed-by: Devarsh Thakkar --- diff --git a/drivers/video/tidss/Kconfig b/drivers/video/tidss/Kconfig index 2a5e56ea4ee..95086f3a5d6 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.