]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/i915: GVT-g driver depends on 64BIT kernel
authorZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 21 Oct 2016 04:33:56 +0000 (12:33 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 24 Oct 2016 02:44:44 +0000 (10:44 +0800)
We currently don't support GVT-g driver on i386 kernel.
Add explicit dependence on 64bit kernel.

Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/Kconfig

index 6aedc96aa412cd0e94a7dc1705bde7c2b865f6a1..c72b007c2048dfb9e3a4290aca1a6240468b64e6 100644 (file)
@@ -86,6 +86,7 @@ config DRM_I915_USERPTR
 config DRM_I915_GVT
         bool "Enable Intel GVT-g graphics virtualization host support"
         depends on DRM_I915
+        depends on 64BIT
         default n
         help
          Choose this option if you want to enable Intel GVT-g graphics