All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: restore framebuffer support
       [not found] <CGME20210611100210eucas1p148dd8d15360269eeb8fb9eace94ba3b4@eucas1p1.samsung.com>
@ 2021-06-11 10:02 ` Marek Szyprowski
  2021-06-11 10:55   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Szyprowski @ 2021-06-11 10:02 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Marek Szyprowski, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz

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(+)

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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: exynos_defconfig: restore framebuffer support
  2021-06-11 10:02 ` [PATCH] ARM: exynos_defconfig: restore framebuffer support Marek Szyprowski
@ 2021-06-11 10:55   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2021-06-11 10:55 UTC (permalink / raw)
  To: Marek Szyprowski, linux-samsung-soc
  Cc: Krzysztof Kozlowski, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-11 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210611100210eucas1p148dd8d15360269eeb8fb9eace94ba3b4@eucas1p1.samsung.com>
2021-06-11 10:02 ` [PATCH] ARM: exynos_defconfig: restore framebuffer support Marek Szyprowski
2021-06-11 10:55   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.