]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/log: select CONFIG_FONT_SUPPORT
authorArnd Bergmann <arnd@arndb.de>
Thu, 12 Dec 2024 15:39:50 +0000 (16:39 +0100)
committerJocelyn Falempe <jfalempe@redhat.com>
Thu, 12 Dec 2024 17:26:32 +0000 (18:26 +0100)
commit322a00efec6a7f44a9204fad4e15d7f83e0e1ed2
tree1f49adf9cc10c84ff9212449136c34cfddbf4862
parentfcf15fd8ed88507ac618fb9228423edcc99b13ad
drm/log: select CONFIG_FONT_SUPPORT

Without fonts, this fails to link:

drivers/gpu/drm/clients/drm_log.o: in function `drm_log_init_client':
drm_log.c:(.text+0x3d4): undefined reference to `get_default_font'

Select this, like the other users do.

Fixes: f7b42442c4ac ("drm/log: Introduce a new boot logger to draw the kmsg on the screen")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241212154003.1313437-1-arnd@kernel.org
drivers/gpu/drm/clients/Kconfig
lib/fonts/Kconfig