[PATCH v7 05/29] drm: Mark CONFIG_DRM_USE_DYNAMIC_DEBUG as unBROKEN
Jim Cromie <[email protected]> Tue, 21 Jul 2026 14:56:54 -0600
| Newsgroups | org.kernel.vger.linux-modules,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-arch,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
Remove BROKEN mark on CONFIG_DRM_USE_DYNAMIC_DEBUG, inside drivers/gpu/drm/Kconfig.debug. Un-breaking the var allows to enable the config, and build and test dynamic-debug-enabled DRM drivers with full classmap query support. Doing this early in the commit-set exposes the series to more in-series enabled testing, which has more chance to expose bugs. Signed-off-by: Jim Cromie <[email protected]> --- drivers/gpu/drm/Kconfig.debug | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/Kconfig.debug b/drivers/gpu/drm/Kconfig.debug index 1f4c98cbf090..2ae59a616e75 100644 --- a/drivers/gpu/drm/Kconfig.debug +++ b/drivers/gpu/drm/Kconfig.debug @@ -1,7 +1,6 @@ config DRM_USE_DYNAMIC_DEBUG bool "use dynamic debug to implement drm.debug" default n - depends on BROKEN depends on DRM depends on DYNAMIC_DEBUG || DYNAMIC_DEBUG_CORE depends on JUMP_LABEL -- 2.55.0