linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ARM: bcm2835_defconfig: Enable the framebuffer
@ 2023-01-13 20:58 Stefan Wahren
  2023-01-13 20:58 ` [PATCH v2 2/2] ARM: bcm2835_defconfig: Switch to SimpleDRM Stefan Wahren
  2023-01-19 19:21 ` [PATCH v2 1/2] ARM: bcm2835_defconfig: Enable the framebuffer Florian Fainelli
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Wahren @ 2023-01-13 20:58 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] 4+ messages in thread

end of thread, other threads:[~2023-01-19 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 20:58 [PATCH v2 1/2] ARM: bcm2835_defconfig: Enable the framebuffer Stefan Wahren
2023-01-13 20:58 ` [PATCH v2 2/2] ARM: bcm2835_defconfig: Switch to SimpleDRM Stefan Wahren
2023-01-19 19:22   ` Florian Fainelli
2023-01-19 19:21 ` [PATCH v2 1/2] ARM: bcm2835_defconfig: Enable the framebuffer Florian Fainelli

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).