mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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 commitf611b1e762("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:f611b1e762("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
6880fa6c56
commit
3c8cf108d0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user