Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH LOCAL] arm64: renesas: defconfig: Restore graphical consoles
@ 2021-07-12 10:19 Geert Uytterhoeven
  2021-07-12 11:21 ` Laurent Pinchart
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-07-12 10:19 UTC (permalink / raw)
  To: Magnus Damm, Laurent Pinchart, Kieran Bingham
  Cc: linux-renesas-soc, Geert Uytterhoeven

As of commit f611b1e7624ccdbd ("drm: Avoid circular dependencies for
CONFIG_FB"), CONFIG_FB is no longer auto-enabled.

Restore support for graphical consoles by enabling it explicitly in the
defconfig for Renesas R-Car Gen3 and RZ/G2 systems.

Fixes: f611b1e7624ccdbd ("drm: Avoid circular dependencies for CONFIG_FB")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be queued in topic/renesas-defconfig, unless the rcar-du experts
consider CONFIG_FB to be no longer needed nor wanted on systems where
graphics are provided by a DRM driver.
---
 arch/arm64/configs/renesas_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 27b55fcc3bbca4dc..2fc00cadc30eb26b 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -243,6 +243,7 @@ CONFIG_DRM_I2C_ADV7511_AUDIO=y
 CONFIG_DRM_DW_HDMI_AHB_AUDIO=y
 CONFIG_DRM_DW_HDMI_I2S_AUDIO=y
 CONFIG_DRM_DW_HDMI_CEC=y
+CONFIG_FB=y
 CONFIG_FB_MODE_HELPERS=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_PWM=y
-- 
2.25.1


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

end of thread, other threads:[~2021-07-12 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-12 10:19 [PATCH LOCAL] arm64: renesas: defconfig: Restore graphical consoles Geert Uytterhoeven
2021-07-12 11:21 ` Laurent Pinchart
2021-07-12 11:36   ` Geert Uytterhoeven
2021-07-12 11:44     ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox