]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/st7571-i2c: select CONFIG_DRM_CLIENT_SELECTION
authorArnd Bergmann <arnd@arndb.de>
Mon, 28 Apr 2025 15:07:45 +0000 (17:07 +0200)
committerJavier Martinez Canillas <javierm@redhat.com>
Tue, 29 Apr 2025 10:29:24 +0000 (12:29 +0200)
commitf2c8f90b4f676c1f860e6c2cdfe91e68fae64918
treee30b8569bda5ef329dc46d6ab81bd8a92c898393
parente74b84cd83962e357329a695ba348b3dfe37395c
drm/st7571-i2c: select CONFIG_DRM_CLIENT_SELECTION

The newly added driver calls drm_client_setup(), but that is not
always built in:

x86_64-linux-ld: vmlinux.o: in function `st7571_probe':
st7571-i2c.c:(.text+0x7b7119): undefined reference to `drm_client_setup'

Select the appropriate Kconfig symbol.

Fixes: 4b35f0f41ee2 ("drm/st7571-i2c: add support for Sitronix ST7571 LCD controller")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Link: https://lore.kernel.org/r/20250428150752.3970145-1-arnd@kernel.org
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
drivers/gpu/drm/tiny/Kconfig