ARM: configs: aspeed_g5: Reneable DRM_FBDEV_EMULATION
authorJoel Stanley <joel@jms.id.au>
Tue, 14 Sep 2021 08:34:42 +0000 (18:04 +0930)
committerJoel Stanley <joel@jms.id.au>
Tue, 14 Sep 2021 08:38:02 +0000 (18:08 +0930)
DRM_FBDEV_EMULATION previously selected FB and was default y as long as DRM
was enabled. In commit f611b1e7624c ("drm: Avoid circular dependencies for
CONFIG_FB") the select was replaced with a depends on FB, disabling
DRM_FBDEV_EMULATION for configurations that had it enabled.

Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/configs/aspeed_g5_defconfig

index 480dbbb4ff919a7c0798c59b40c10c07b09aa937..b602743ff7fdf9833c0a12013f876d960ac86a11 100644 (file)
@@ -181,6 +181,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_ASPEED=y
 CONFIG_DRM=y
 CONFIG_DRM_ASPEED_GFX=y
+CONFIG_FB=y
 CONFIG_USB=y
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 CONFIG_USB_DYNAMIC_MINORS=y