]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: Correct dependencies for VIDEO_TIDSS
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 19:53:11 +0000 (13:53 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 30 May 2026 13:44:08 +0000 (07:44 -0600)
The VIDEO_TIDSS functionality can only work with PANEL enabled, so
express this dependency in Kconfig for all phases.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/video/tidss/Kconfig

index 3291b3ceb8d58f6ec2e3661c171c89ae2fee3f7d..c9849110059766ff634456afe33e4844b9ccd6c3 100644 (file)
@@ -10,7 +10,7 @@
 
 menuconfig VIDEO_TIDSS
        bool "Enable TIDSS video support"
-       depends on VIDEO
+       depends on VIDEO && PANEL
        imply VIDEO_DAMAGE
        help
          TIDSS supports  video output options LVDS and
@@ -19,7 +19,7 @@ menuconfig VIDEO_TIDSS
 
 config SPL_VIDEO_TIDSS
        bool "Enable TIDSS video support in SPL Stage"
-       depends on SPL_VIDEO
+       depends on SPL_VIDEO && SPL_PANEL
        help
          This options enables tidss driver in SPL stage. If
          you need to use tidss at SPL stage use this config.