Arnd Bergmann 2182e0f200 drm: rework FB_CORE dependency
The 'select FB_CORE' statement moved from CONFIG_DRM to DRM_CLIENT_LIB,
but there are now configurations that have code calling into fb_core
as built-in even though the client_lib itself is a loadable module:

x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend':
drm_fb_helper.c:(.text+0x2c6): undefined reference to `fb_set_suspend'
x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_resume_worker':
drm_fb_helper.c:(.text+0x2e1): undefined reference to `fb_set_suspend'

In addition to DRM_CLIENT_LIB, the 'select' needs to be at least in
DRM_KMS_HELPER and DRM_GEM_SHMEM_HELPER, so add it here.

This patch is the KMS_HELPER part of [1].

Fixes: dadd28d4142f ("drm/client: Add client-lib module")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/series/141411/ # 1
Link: https://patchwork.freedesktop.org/patch/msgid/20241216074450.8590-4-tzimmermann@suse.de
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
2024-12-17 18:28:43 +01:00
..
2024-11-29 13:06:06 -08:00
2024-11-21 14:56:17 -08:00
2024-11-05 10:50:55 -03:00
2024-11-21 14:56:17 -08:00
2024-09-26 09:31:28 +02:00
2024-11-29 13:06:06 -08:00
2024-11-21 14:56:17 -08:00
2024-09-26 08:28:04 +02:00
2024-11-21 14:56:17 -08:00
2024-11-21 14:56:17 -08:00
2024-11-21 14:56:17 -08:00
2024-11-21 14:56:17 -08:00
2024-11-21 14:56:17 -08:00
2024-11-29 13:06:06 -08:00
2024-10-19 17:26:33 +03:00
2024-12-04 09:13:09 +10:00
2024-10-14 15:28:48 +02:00
2024-11-21 14:56:17 -08:00
2024-11-21 14:56:17 -08:00
2024-11-21 14:56:17 -08:00
2024-10-08 10:00:30 +02:00
2024-11-04 12:36:55 +01:00
2024-06-24 17:08:53 +03:00
2024-11-03 01:28:06 -05:00
2024-12-17 18:28:43 +01:00
2024-10-18 09:25:51 +02:00