* [PATCH] drm/imx: fix unmet dependency for DRM_IMX_LDB
@ 2026-07-12 1:04 Julian Braha
0 siblings, 0 replies; only message in thread
From: Julian Braha @ 2026-07-12 1:04 UTC (permalink / raw)
To: p.zabel, maarten.lankhorst, mripard, tzimmermann, airlied,
simona, Frank.Li, s.hauer
Cc: arnd, kernel, festevam, lumag, alexander.stein, dri-devel, imx,
linux-arm-kernel, linux-kernel, Julian Braha
Currently, DRM_IMX_LDB selects DRM_BRIDGE_CONNECTOR without ensuring
DRM_DISPLAY_HELPER is enabled.
Other similar options select DRM_DISPLAY_HELPER so let's do the same
here.
This unmet dependency bug was found by kconfirm, a static analysis tool
for Kconfig.
Fixes: f673055a4678 ("drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency")
Signed-off-by: Julian Braha <julianbraha@gmail.com>
---
drivers/gpu/drm/imx/ipuv3/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/imx/ipuv3/Kconfig b/drivers/gpu/drm/imx/ipuv3/Kconfig
index 3ca237515e46..c54b176649f1 100644
--- a/drivers/gpu/drm/imx/ipuv3/Kconfig
+++ b/drivers/gpu/drm/imx/ipuv3/Kconfig
@@ -37,6 +37,7 @@ config DRM_IMX_LDB
depends on OF
select MFD_SYSCON
select DRM_BRIDGE
+ select DRM_DISPLAY_HELPER
select DRM_BRIDGE_CONNECTOR
select DRM_PANEL_BRIDGE
select DRM_OF_DISPLAY_MODE_BRIDGE
--
2.54.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 1:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 1:04 [PATCH] drm/imx: fix unmet dependency for DRM_IMX_LDB Julian Braha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox