Skip to content

Commit 3c8cf10

Browse files
committed
ARM: configs: aspeed_g5: Reneable DRM_FBDEV_EMULATION
DRM_FBDEV_EMULATION previously selected FB and was default y as long as DRM was enabled. In commit f611b1e ("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: f611b1e ("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Joel Stanley <[email protected]>
1 parent 6880fa6 commit 3c8cf10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/aspeed_g5_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
181181
CONFIG_VIDEO_ASPEED=y
182182
CONFIG_DRM=y
183183
CONFIG_DRM_ASPEED_GFX=y
184+
CONFIG_FB=y
184185
CONFIG_USB=y
185186
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
186187
CONFIG_USB_DYNAMIC_MINORS=y

0 commit comments

Comments
 (0)