Skip to content

Commit 9599323

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: Enable CONFIG_DRM_MSM
Since commit 2eba690 ("drm/msm: Remove Kconfig default") the CONFIG_DRM_MSM option is no longer selected by default on i.MX5. Explicitly select CONFIG_DRM_MSM so that we can get GPU support by default on i.MX51 and i.MX53. Fixes: 2eba690 ("drm/msm: Remove Kconfig default") Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent ea65aba commit 9599323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ CONFIG_VIDEO_OV5640=m
276276
CONFIG_VIDEO_OV5645=m
277277
CONFIG_IMX_IPUV3_CORE=y
278278
CONFIG_DRM=y
279+
CONFIG_DRM_MSM=y
279280
CONFIG_DRM_PANEL_LVDS=y
280281
CONFIG_DRM_PANEL_SIMPLE=y
281282
CONFIG_DRM_PANEL_SEIKO_43WVF1G=y

0 commit comments

Comments
 (0)