aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2014-11-21 23:27:30 +0200
committerOded Gabbay <oded.gabbay@gmail.com>2015-07-20 09:16:48 +0300
commitbd72a72c3a0d3e188b08cdbbc54eb083d860e365 (patch)
treede8158dce854c6ba7d34d333d744d45e6d4a93db /drivers/gpu/drm/amd/amdkfd
parentdrm/amdgpu: Add amdgpu <--> amdkfd gfx8 interface (diff)
downloadlinux-dev-bd72a72c3a0d3e188b08cdbbc54eb083d860e365.tar.xz
linux-dev-bd72a72c3a0d3e188b08cdbbc54eb083d860e365.zip
drm/amdkfd: Add dependency of DRM_AMDGPU to Kconfig
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig
index 8dfac37ff327..e13c67c8d2c0 100644
--- a/drivers/gpu/drm/amd/amdkfd/Kconfig
+++ b/drivers/gpu/drm/amd/amdkfd/Kconfig
@@ -4,6 +4,6 @@
config HSA_AMD
tristate "HSA kernel driver for AMD GPU devices"
- depends on DRM_RADEON && AMD_IOMMU_V2 && X86_64
+ depends on (DRM_RADEON || DRM_AMDGPU) && AMD_IOMMU_V2 && X86_64
help
Enable this if you want to use HSA features on AMD GPU devices.