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

