Skip to content

Commit f673055

Browse files
tq-steinalumag
authored andcommitted
drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency
When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all users were updated. Add missing Kconfig selections. Fixes: 9da7ec9 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://patchwork.freedesktop.org/patch/msgid/20240906063857.2223442-1-alexander.stein@ew.tq-group.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
1 parent 428656f commit f673055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/imx/ipuv3/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config DRM_IMX_PARALLEL_DISPLAY
1313
tristate "Support for parallel displays"
1414
depends on DRM_IMX
1515
select DRM_BRIDGE
16+
select DRM_BRIDGE_CONNECTOR
1617
select DRM_PANEL_BRIDGE
1718
select VIDEOMODE_HELPERS
1819

@@ -31,6 +32,7 @@ config DRM_IMX_LDB
3132
depends on COMMON_CLK
3233
select MFD_SYSCON
3334
select DRM_BRIDGE
35+
select DRM_BRIDGE_CONNECTOR
3436
select DRM_PANEL_BRIDGE
3537
select DRM_IMX_LEGACY_BRIDGE
3638
help

0 commit comments

Comments
 (0)