diff options
author | Oded Gabbay <oded.gabbay@amd.com> | 2014-11-21 21:36:09 +0100 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@amd.com> | 2014-11-21 21:36:09 +0100 |
commit | a49493b548db635084abbdbdda2c95da9c25356c (patch) | |
tree | 884b34b6011ad875a19536fe7e2f18db5ded16ea /drivers/gpu/drm/amd/amdkfd/Kconfig | |
parent | amdkfd: explicitely include io.h in kfd_doorbell.c (diff) | |
download | linux-a49493b548db635084abbdbdda2c95da9c25356c.tar.xz linux-a49493b548db635084abbdbdda2c95da9c25356c.zip |
amdkfd: Remove DRM_AMDGPU dependency from Kconfig
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/Kconfig')
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig index e13c67c8d2c0..8dfac37ff327 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 || 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. |