Skip to content

Commit f611b1e

Browse files
keesdanvet
authored andcommitted
drm: Avoid circular dependencies for CONFIG_FB
When cleaning up other drm config dependencies, it is too easy to create larger problems. Instead, mark CONFIG_FB as a "depends": drivers/gpu/drm/Kconfig:74:error: recursive dependency detected! Suggested-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/lkml/CAK8P3a3jUQs6c5tESSNMbqfuymewj9FhqRizyHcfOXf8Rgy-nA@mail.gmail.com/ Signed-off-by: Kees Cook <[email protected]> [danvet: Rebase, the symbol has changed.] Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ff323d6 commit f611b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
9898
config DRM_FBDEV_EMULATION
9999
bool "Enable legacy fbdev support for your modesetting driver"
100100
depends on DRM
101+
depends on FB
101102
select DRM_KMS_HELPER
102-
select FB
103103
select FB_CFB_FILLRECT
104104
select FB_CFB_COPYAREA
105105
select FB_CFB_IMAGEBLIT

0 commit comments

Comments
 (0)