]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGE
authorArnd Bergmann <arnd@arndb.de>
Wed, 29 Apr 2026 14:00:11 +0000 (16:00 +0200)
committerLuca Ceresoli <luca.ceresoli@bootlin.com>
Mon, 4 May 2026 10:03:59 +0000 (12:03 +0200)
commit528578941a240e0916942bbb5b910c57bbfb3614
tree5fc70a8f269c4d2179577e06d9400b301f03139e
parent002ef4dc52dcc1dd0eb1556cffa8f02e2e7edd51
drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGE

Without this, not all dependencies are met here.

  Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_BRIDGE [=y] && OF [=n]
  Selected by [y]:
  - DRM_IMX_PARALLEL_DISPLAY [=y] && HAS_IOMEM [=y] && DRM [=y] && DRM_IMX [=y]
  - DRM_IMX_LDB [=y] && HAS_IOMEM [=y] && DRM [=y] && DRM_IMX [=y] && COMMON_CLK [=y]

Fixes: ba2db93cf3d5 ("drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Damon Ding <damon.ding@rock-chips.com>
Link: https://patch.msgid.link/20260429140024.192432-1-arnd@kernel.org
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
drivers/gpu/drm/imx/ipuv3/Kconfig