Re: [PATCH] drm/st7571-i2c: select CONFIG_DRM_CLIENT_SELECTION

2025-04-29 Thread Javier Martinez Canillas
Hello Arnd, Arnd Bergmann writes: > From: Arnd Bergmann > > 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

Re: [PATCH] drm/st7571-i2c: select CONFIG_DRM_CLIENT_SELECTION

2025-04-28 Thread Marcus Folkesson
On Mon, Apr 28, 2025 at 05:07:45PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > 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_cl