Message ID | 20210611100204.6240-1-m.szyprowski@samsung.com |
---|---|
State | New |
Headers | show |
Series | ARM: exynos_defconfig: restore framebuffer support | expand |
On Fri, 11 Jun 2021 12:02:04 +0200, Marek Szyprowski wrote: > Commit f611b1e7624c ("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. Applied, thanks! [1/1] ARM: exynos_defconfig: restore framebuffer support commit: 38f61ef1a0cefb4e3b37c3e7b16c0f68df34a3dc Best regards, -- Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 513f56b3c059..f4e1873912a3 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -236,6 +236,7 @@ CONFIG_DRM_SII9234=y CONFIG_DRM_TOSHIBA_TC358764=y CONFIG_DRM_LIMA=y CONFIG_DRM_PANFROST=y +CONFIG_FB=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_PWM=y
Commit f611b1e7624c ("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> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.17.1