mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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>
This commit is contained in:
parent
857d02d97c
commit
54929ecdd2
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user