Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d72d69a

Browse files
smullatizhiwang1
authored andcommitted
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: 0ad35fe ("drm/i915: gvt: Introduce the basic architecture of GVT-g") Signed-off-by: Siva Mullati <[email protected]> Signed-off-by: Zhi Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Zhi Wang <[email protected]> Signed-off-by: Zhi Wang <[email protected]>
1 parent 91c64a4 commit d72d69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ config DRM_I915_USERPTR
101101
config DRM_I915_GVT
102102
bool "Enable Intel GVT-g graphics virtualization host support"
103103
depends on DRM_I915
104+
depends on X86
104105
depends on 64BIT
105106
default n
106107
help

0 commit comments

Comments
 (0)