From: Jocelyn Falempe Date: Wed, 17 Jul 2024 08:48:41 +0000 (+0200) Subject: drm/panic: Remove build time dependency with FRAMEBUFFER_CONSOLE X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3a9b77cee7502f7450c725d4ead2c4a44924d158;p=users%2Fwilly%2Flinux.git drm/panic: Remove build time dependency with FRAMEBUFFER_CONSOLE Now that fbcon has the skip_panic option, there is no more conflicts between drm_panic and fbcon. Remove the build time dependency, so they can be both enabled. Signed-off-by: Jocelyn Falempe Reviewed-by: Javier Martinez Canillas Reviewed-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20240717090102.968152-4-jfalempe@redhat.com --- diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 6dd0016fc9cd..a22cab218004 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -107,7 +107,7 @@ config DRM_KMS_HELPER config DRM_PANIC bool "Display a user-friendly message when a kernel panic occurs" - depends on DRM && !(FRAMEBUFFER_CONSOLE && VT_CONSOLE) + depends on DRM select FONT_SUPPORT help Enable a drm panic handler, which will display a user-friendly message