[Intel-gfx] [PATCH] drm/i915/gvt: Make DRM_I915_GVT depend on X86

Wang, Zhi A zhi.a.wang at intel.com
Tue Jan 11 11:26:31 UTC 2022


On 1/7/22 9:52 AM, Mullati Siva wrote:
> From: Siva Mullati <siva.mullati at intel.com>
> 
> GVT is not supported on non-x86 platforms, So add
> dependency of X86 on config parameter DRM_I915_GVT.
> 
> Signed-off-by: Siva Mullati <siva.mullati at intel.com>
> ---
>  drivers/gpu/drm/i915/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
> index a4c94dc2e216..cfd932514da2 100644
> --- a/drivers/gpu/drm/i915/Kconfig
> +++ b/drivers/gpu/drm/i915/Kconfig
> @@ -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
> 

Thanks so much for the fix. Queued.


More information about the Intel-gfx mailing list