linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835_defconfig: Enable the framebuffer
@ 2023-01-13 16:19 Stefan Wahren
  2023-01-13 16:22 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Wahren @ 2023-01-13 16:19 UTC (permalink / raw)
  To: Florian Fainelli, Ray Jui, Scott Branden, Arnd Bergmann
  Cc: bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel,
	Stefan Wahren

Booting Linux on a Raspberry Pi based on bcm2835_defconfig there is
no display activity.

Enable CONFIG_FB which is nowadays required for CONFIG_FB_SIMPLE
and CONFIG_FRAMEBUFFER_CONSOLE.

Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 arch/arm/configs/bcm2835_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index a51babd178c2..be0c984a6694 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -107,6 +107,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_DRM=y
 CONFIG_DRM_V3D=y
 CONFIG_DRM_VC4=y
+CONFIG_FB=y
 CONFIG_FB_SIMPLE=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_SOUND=y
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: bcm2835_defconfig: Enable the framebuffer
  2023-01-13 16:19 [PATCH] ARM: bcm2835_defconfig: Enable the framebuffer Stefan Wahren
@ 2023-01-13 16:22 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2023-01-13 16:22 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli, Ray Jui, Scott Branden
  Cc: bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

On Fri, Jan 13, 2023, at 17:19, Stefan Wahren wrote:
> Booting Linux on a Raspberry Pi based on bcm2835_defconfig there is
> no display activity.
>
> Enable CONFIG_FB which is nowadays required for CONFIG_FB_SIMPLE
> and CONFIG_FRAMEBUFFER_CONSOLE.
>
> Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

Any reason against using SIMPLEDRM instead of FB_SIMPLE?

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-13 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 16:19 [PATCH] ARM: bcm2835_defconfig: Enable the framebuffer Stefan Wahren
2023-01-13 16:22 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).