]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panic: depends on PRINTK
authorJocelyn Falempe <jfalempe@redhat.com>
Thu, 12 Feb 2026 10:05:54 +0000 (11:05 +0100)
committerJocelyn Falempe <jfalempe@redhat.com>
Tue, 17 Feb 2026 16:31:59 +0000 (17:31 +0100)
commit948e195dfaa56e48eabda591f97630502ff7e27e
tree6ebb11c2299cd57410d8f0f80fc09204c6159c7f
parent0ef1dcf4c16bb6d90e8fbf7b18f3d76b79fcde9d
drm/panic: depends on PRINTK

drm_panic uses kmsg_dump_register() to register its panic handler, so
it won't work if CONFIG_PRINTK is not enabled.
Let's not pretend it could work without PRINTK, and depends
explicitly on it.

Suggested-by: Michael Kelley <mhklinux@outlook.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://patch.msgid.link/20260212100615.989957-1-jfalempe@redhat.com
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
drivers/gpu/drm/Kconfig