]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 6 Sep 2024 06:38:56 +0000 (08:38 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 22 Sep 2024 16:17:33 +0000 (19:17 +0300)
When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all
users were updated. Add missing Kconfig selections.

Fixes: 9da7ec9b19d8 ("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>
drivers/gpu/drm/imx/ipuv3/Kconfig

index 5a40c878ebb056ccfa70ad31c10eb5d4b87bbcd1..990e216c51cc81f062a01f9adf2826141df39189 100644 (file)
@@ -13,6 +13,7 @@ config DRM_IMX_PARALLEL_DISPLAY
        tristate "Support for parallel displays"
        depends on DRM_IMX
        select DRM_BRIDGE
+       select DRM_BRIDGE_CONNECTOR
        select DRM_PANEL_BRIDGE
        select VIDEOMODE_HELPERS
 
@@ -31,6 +32,7 @@ config DRM_IMX_LDB
        depends on COMMON_CLK
        select MFD_SYSCON
        select DRM_BRIDGE
+       select DRM_BRIDGE_CONNECTOR
        select DRM_PANEL_BRIDGE
        select DRM_IMX_LEGACY_BRIDGE
        help