Skip to content

Commit 56fa6e8

Browse files
linuswarndb
authored andcommitted
ARM: configs: Update RealView defconfig
This updates the RealView defconfig for the changes in the v5.14-rc1 kernel: - The Framebuffer CONFIG_FB needs to be explicitly selected or we don't get any framebuffer anymore. DRM has stopped to select FB because of circular dependency. - The CONFIG_FB_MODE_HELPERS are not needed when using DRM framebuffer emulation as DRM does. - Drop two unused penguin logos. Fixes: f611b1e ("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Kees Cook <[email protected]> Cc: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 2096d6f commit 56fa6e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/arm/configs/realview_defconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ CONFIG_DRM_PANEL_SIMPLE=y
6464
CONFIG_DRM_DISPLAY_CONNECTOR=y
6565
CONFIG_DRM_SIMPLE_BRIDGE=y
6666
CONFIG_DRM_PL111=y
67-
CONFIG_FB_MODE_HELPERS=y
67+
CONFIG_FB=y
6868
CONFIG_BACKLIGHT_CLASS_DEVICE=y
6969
CONFIG_LOGO=y
70-
# CONFIG_LOGO_LINUX_MONO is not set
71-
# CONFIG_LOGO_LINUX_VGA16 is not set
7270
CONFIG_SOUND=y
7371
CONFIG_SND=y
7472
# CONFIG_SND_DRIVERS is not set

0 commit comments

Comments
 (0)