diff mbox series

[v2,1/2] ARM: bcm2835_defconfig: Enable the framebuffer

Message ID 20230113205842.17051-1-stefan.wahren@i2se.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/2] ARM: bcm2835_defconfig: Enable the framebuffer | expand

Commit Message

Stefan Wahren Jan. 13, 2023, 8:58 p.m. UTC
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(+)

Comments

Florian Fainelli Jan. 19, 2023, 7:21 p.m. UTC | #1
On 1/13/23 12:58, 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>

Applied to https://github.com/Broadcom/stblinux/commits/defconfig/next, 
thanks!
diff mbox series

Patch

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