Skip to content
Snippets Groups Projects
Commit d72d69ab authored by Siva Mullati's avatar Siva Mullati Committed by Zhi Wang
Browse files

drm/i915/gvt: Make DRM_I915_GVT depend on X86


GVT is not supported on non-x86 platforms, So add
dependency of X86 on config parameter DRM_I915_GVT.

Fixes: 0ad35fed ("drm/i915: gvt: Introduce the basic architecture of GVT-g")
Signed-off-by: default avatarSiva Mullati <siva.mullati@intel.com>
Signed-off-by: default avatarZhi Wang <zhi.a.wang@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20220107095235.243448-1-siva.mullati@intel.com


Reviewed-by: default avatarZhi Wang <zhi.a.wang@intel.com>
Signed-off-by: default avatarZhi Wang <zhi.a.wang@intel.com>
parent 91c64a4f
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ config DRM_I915_USERPTR
config DRM_I915_GVT
bool "Enable Intel GVT-g graphics virtualization host support"
depends on DRM_I915
depends on X86
depends on 64BIT
default n
help
......
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