Set CONFIG_DRM_USE_DYNAMIC_DEBUG=y by default, so its easier to test with less config fiddling.
Note that it still depends upon CONFIG_DYNAMIC_DEBUG=y, so may not be automatic for DRM-CI. Signed-off-by: Jim Cromie <[email protected]> --- drivers/gpu/drm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/Kconfig.debug b/drivers/gpu/drm/Kconfig.debug index 6c83b1276870..6d17868b4c80 100644 --- a/drivers/gpu/drm/Kconfig.debug +++ b/drivers/gpu/drm/Kconfig.debug @@ -1,6 +1,6 @@ config DRM_USE_DYNAMIC_DEBUG bool "use dynamic debug to implement drm.debug" - default n + default y depends on DRM depends on DYNAMIC_DEBUG || DYNAMIC_DEBUG_CORE depends on JUMP_LABEL -- 2.53.0
