Skip to content

Commit 38f61ef

Browse files
mszyprowkrzk
authored andcommitted
ARM: exynos_defconfig: restore framebuffer support
Commit f611b1e ("drm: Avoid circular dependencies for CONFIG_FB") changed the Kconfig dependencies, so COFNIG_FB is no longer selected in defconfigs. Restore support for it in exynos_defconfig, because most Exynos platforms had graphical console running on framebuffer device emulated on the Exynos DRM drivers. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20210611100204.6240-1-m.szyprowski@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
1 parent 5be91fe commit 38f61ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/exynos_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ CONFIG_DRM_SII9234=y
236236
CONFIG_DRM_TOSHIBA_TC358764=y
237237
CONFIG_DRM_LIMA=y
238238
CONFIG_DRM_PANFROST=y
239+
CONFIG_FB=y
239240
CONFIG_LCD_CLASS_DEVICE=y
240241
CONFIG_LCD_PLATFORM=y
241242
CONFIG_BACKLIGHT_PWM=y

0 commit comments

Comments
 (0)