Skip to content
Snippets Groups Projects
Kconfig.debug 354 B
config DRM_I915_DEBUG
        bool "Enable additional driver debugging"
        depends on DRM_I915
        default n
        help
          Choose this option to turn on extra driver debugging that may affect
          performance but will catch some internal issues.

          Recommended for driver developers only.

          If in doubt, say "N".