xref: /linux/drivers/gpu/drm/i915/Kconfig.debug (revision 110e6f26af80dfd90b6e5c645b1aed7228aa580d)
1config DRM_I915_DEBUG
2        bool "Enable additional driver debugging"
3        depends on DRM_I915
4        default n
5        help
6          Choose this option to turn on extra driver debugging that may affect
7          performance but will catch some internal issues.
8
9          Recommended for driver developers only.
10
11          If in doubt, say "N".
12
13