Skip to content

Commit b10ef5f

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: mxs_defconfig: Enable the framebuffer
Currently, when booting Linux on a imx28-evk board there is no display activity. Enable CONFIG_FB which is nowadays required for CONFIG_DRM_PANEL_LVDS, CONFIG_DRM_PANEL_SIMPLE, CONFIG_DRM_PANEL_SEIKO_43WVF1G, CONFIG_FB_MODE_HELPERS, CONFIG_BACKLIGHT_PWM, CONFIG_BACKLIGHT_GPIO, CONFIG_FRAMEBUFFER_CONSOLE, CONFIG_LOGO, CONFIG_FONTS, CONFIG_FONT_8x8 and CONFIG_FONT_8x16. Based on commit c544674 ("ARM: imx_v6_v7_defconfig: enable fb"). Fixes: f611b1e ("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 3fdd4ef commit b10ef5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/mxs_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
9393
CONFIG_DRM=y
9494
CONFIG_DRM_PANEL_SEIKO_43WVF1G=y
9595
CONFIG_DRM_MXSFB=y
96+
CONFIG_FB=y
9697
CONFIG_FB_MODE_HELPERS=y
9798
CONFIG_LCD_CLASS_DEVICE=y
9899
CONFIG_BACKLIGHT_CLASS_DEVICE=y

0 commit comments

Comments
 (0)