diff options
-rw-r--r-- | drivers/gpu/drm/i915/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug index 69edf196ed03..51ba630a134b 100644 --- a/drivers/gpu/drm/i915/Kconfig.debug +++ b/drivers/gpu/drm/i915/Kconfig.debug | |||
@@ -21,7 +21,7 @@ config DRM_I915_DEBUG | |||
21 | select PREEMPT_COUNT | 21 | select PREEMPT_COUNT |
22 | select X86_MSR # used by igt/pm_rpm | 22 | select X86_MSR # used by igt/pm_rpm |
23 | select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) | 23 | select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) |
24 | select DRM_DEBUG_MM | 24 | select DRM_DEBUG_MM if DRM=y |
25 | default n | 25 | default n |
26 | help | 26 | help |
27 | Choose this option to turn on extra driver debugging that may affect | 27 | Choose this option to turn on extra driver debugging that may affect |