From 585169e0303db76af4ab4ba0f8d63ad90022521a Mon Sep 17 00:00:00 2001 From: Harish Kasiviswanathan Date: Mon, 1 May 2017 11:50:17 -0400 Subject: [PATCH 1681/4131] drm/amdkfd: Support Power8 and ARM64 architectures Change-Id: Ie0d3bdf0496aa826c678dcdae939a0e4d9fedf55 Signed-off-by: Harish Kasiviswanathan --- drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig index dc62fae..95be0dd 100644 --- a/drivers/gpu/drm/amd/amdkfd/Kconfig +++ b/drivers/gpu/drm/amd/amdkfd/Kconfig @@ -4,7 +4,7 @@ config HSA_AMD tristate "HSA kernel driver for AMD GPU devices" - depends on (DRM_RADEON || DRM_AMDGPU) && X86_64 + depends on (DRM_RADEON || DRM_AMDGPU) && (X86_64 || PPC64 || ARM64) select DRM_AMDGPU_USERPTR help Enable this if you want to use HSA features on AMD GPU devices. -- 2.7.4