amdkfd: Remove DRM_AMDGPU dependency from Kconfig
authorOded Gabbay <oded.gabbay@amd.com>
Fri, 21 Nov 2014 20:36:09 +0000 (22:36 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Fri, 21 Nov 2014 20:36:09 +0000 (22:36 +0200)
This patch removes the dependency of amdkfd upon DRM_AMDGPU symbol in amdkfd's
Kconfig file.

This is done because amdgpu driver is not yet upstreamed and therefore,
DRM_AMDGPU symbol is not present in any Kconfig file.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
drivers/gpu/drm/amd/amdkfd/Kconfig

index e13c67c8d2c0ed85ac4666a9d31ff929dc8e05b6..8dfac37ff32723bdf43b0d397ed64bfc0a45f08d 100644 (file)
@@ -4,6 +4,6 @@
 
 config HSA_AMD
        tristate "HSA kernel driver for AMD GPU devices"
 
 config HSA_AMD
        tristate "HSA kernel driver for AMD GPU devices"
-       depends on (DRM_RADEON || DRM_AMDGPU) && AMD_IOMMU_V2 && X86_64
+       depends on DRM_RADEON && AMD_IOMMU_V2 && X86_64
        help
          Enable this if you want to use HSA features on AMD GPU devices.
        help
          Enable this if you want to use HSA features on AMD GPU devices.
This page took 0.025053 seconds and 5 git commands to generate.