kernel: kmod-drm-imx-hdmi: Fix kmod-drm-display-helper dependency
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Jul 2025 11:17:23 +0000 (13:17 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Jul 2025 23:35:36 +0000 (01:35 +0200)
Select the kmod-drm-display-helper package instead of depending on it.
kmod-drm-display-helper is hidden now, so the user can not manually
select it.

This fixes the build of the imx target.

Fixes: 8bcc6d1894eb ("kernel: kmod-drm-display-helper: Mark hidden")
Link: https://github.com/openwrt/openwrt/pull/19532
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/video.mk

index 6b4dc6a3b2c98ac27a482279fcc32c3a553ea69c..5519774a4853f97bc5439c05799058c93d27fffa 100644 (file)
@@ -585,7 +585,7 @@ $(eval $(call KernelPackage,drm-imx))
 define KernelPackage/drm-imx-hdmi
   SUBMENU:=$(VIDEO_MENU)
   TITLE:=Freescale i.MX HDMI DRM support
-  DEPENDS:=+kmod-sound-core kmod-drm-imx kmod-drm-display-helper
+  DEPENDS:=+kmod-sound-core kmod-drm-imx +kmod-drm-display-helper
   KCONFIG:=CONFIG_DRM_IMX_HDMI \
        CONFIG_DRM_DW_HDMI_AHB_AUDIO \
        CONFIG_DRM_DW_HDMI_I2S_AUDIO