Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdkfd: Add dependency of DRM_AMDGPU to Kconfig

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>

+1 -1
+1 -1
drivers/gpu/drm/amd/amdkfd/Kconfig
··· 4 4 5 5 config HSA_AMD 6 6 tristate "HSA kernel driver for AMD GPU devices" 7 - depends on DRM_RADEON && AMD_IOMMU_V2 && X86_64 7 + depends on (DRM_RADEON || DRM_AMDGPU) && AMD_IOMMU_V2 && X86_64 8 8 help 9 9 Enable this if you want to use HSA features on AMD GPU devices.