Message ID | 20210922200933.1825752-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | a6949059318a064880050c76a9d8fb070156385f |
Headers | show |
Series | ARM: defconfig: gemini: Restore framebuffer | expand |
Hello: This patch was applied to soc/soc.git (refs/heads/arm/fixes): On Wed, 22 Sep 2021 22:09:33 +0200 you wrote: > The framebuffer is gone on the D-Link DIR-685, restore it. > > Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB") > Cc: Kees Cook <keescook@chromium.org> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > SoC folks, please apply this directly for fixes. > > [...] Here is the summary with links: - ARM: defconfig: gemini: Restore framebuffer https://git.kernel.org/soc/soc/c/a6949059318a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm/configs/gemini_defconfig b/arch/arm/configs/gemini_defconfig index d2d5f1cf815f..e6ff844821cf 100644 --- a/arch/arm/configs/gemini_defconfig +++ b/arch/arm/configs/gemini_defconfig @@ -76,6 +76,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_DRM=y CONFIG_DRM_PANEL_ILITEK_IL9322=y CONFIG_DRM_TVE200=y +CONFIG_FB=y CONFIG_LOGO=y CONFIG_USB=y CONFIG_USB_MON=y
The framebuffer is gone on the D-Link DIR-685, restore it. Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB") Cc: Kees Cook <keescook@chromium.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- SoC folks, please apply this directly for fixes. --- arch/arm/configs/gemini_defconfig | 1 + 1 file changed, 1 insertion(+)