diff options
author | Nikhil M Jain <n-jain1@ti.com> | 2023-04-20 17:41:00 +0530 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2023-04-24 21:37:45 +0200 |
commit | 54929ecdd2141f23732d5bc8de7fa62d1d2b4d02 (patch) | |
tree | c6acf906b002e70586c1320cbad5c69f64929927 | |
parent | 857d02d97c222b0b5c96fdcc90032453646c0f06 (diff) | |
download | u-boot-54929ecdd2141f23732d5bc8de7fa62d1d2b4d02.tar.gz u-boot-54929ecdd2141f23732d5bc8de7fa62d1d2b4d02.tar.bz2 u-boot-54929ecdd2141f23732d5bc8de7fa62d1d2b4d02.zip |
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 <n-jain1@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
-rw-r--r-- | drivers/video/tidss/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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. |