Skip to content
Snippets Groups Projects
Commit 5bc1e9e9 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Select X86_MSR for igt


igt/pm_rpm depends upon /dev/*/msr so automatically select it when
enabling i915 debugging.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1468054147-9821-1-git-send-email-chris@chris-wilson.co.uk


Reviewed-by: default avatarMatthew Auld <matthew.auld@intel.com>
parent 48f112fe
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ config DRM_I915_DEBUG ...@@ -19,6 +19,7 @@ config DRM_I915_DEBUG
bool "Enable additional driver debugging" bool "Enable additional driver debugging"
depends on DRM_I915 depends on DRM_I915
select PREEMPT_COUNT select PREEMPT_COUNT
select X86_MSR # used by igt/pm_rpm
default n default n
help help
Choose this option to turn on extra driver debugging that may affect Choose this option to turn on extra driver debugging that may affect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment