kernel: modules: video: fix imx-ldb
Commit ae8bf1a26e
("imx: add imx8m support") configured the
drm-imx-ldb kmod for imx_cortexa9 and imx_cortexa7 however it is only
applicable to imx_cortexa9 (imx6).
Fix this so that we can avoid a missing module config for cortexa7 when
moving to the 6.6 kernel.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
32671b36a1
commit
eebe2d1a83
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ $(eval $(call KernelPackage,drm-imx-hdmi))
|
||||||
define KernelPackage/drm-imx-ldb
|
define KernelPackage/drm-imx-ldb
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE:=Freescale i.MX LVDS DRM support
|
TITLE:=Freescale i.MX LVDS DRM support
|
||||||
DEPENDS:=@(TARGET_imx&&!TARGET_imx_cortexa53) +kmod-backlight kmod-drm-imx
|
DEPENDS:=@(TARGET_imx&&TARGET_imx_cortexa9) +kmod-backlight kmod-drm-imx
|
||||||
KCONFIG:=CONFIG_DRM_IMX_LDB \
|
KCONFIG:=CONFIG_DRM_IMX_LDB \
|
||||||
CONFIG_DRM_PANEL_SIMPLE \
|
CONFIG_DRM_PANEL_SIMPLE \
|
||||||
CONFIG_DRM_PANEL=y \
|
CONFIG_DRM_PANEL=y \
|
||||||
|
|
Loading…
Reference in a new issue