diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2021-09-20 16:49:31 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-09-22 16:47:34 +0800 |
commit | c54467482ffd407a4404c990697f432bfcb6cdc4 (patch) | |
tree | 460e2dca14de161b0506f7167f9d7b726183b8bf /arch/arm | |
parent | 450e7fe9b1b3c90eeed74a2fe0eeb13a7b57f3da (diff) | |
download | linux-stable-c54467482ffd407a4404c990697f432bfcb6cdc4.tar.gz linux-stable-c54467482ffd407a4404c990697f432bfcb6cdc4.tar.bz2 linux-stable-c54467482ffd407a4404c990697f432bfcb6cdc4.zip |
ARM: imx_v6_v7_defconfig: enable fb
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.
Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index ccee86d0045d..5e4128dadd8d 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -292,6 +292,7 @@ CONFIG_DRM_IMX_LDB=y CONFIG_DRM_IMX_HDMI=y CONFIG_DRM_ETNAVIV=y CONFIG_DRM_MXSFB=y +CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_L4F00242T03=y |