Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd72a72c authored by Oded Gabbay's avatar Oded Gabbay
Browse files

drm/amdkfd: Add dependency of DRM_AMDGPU to Kconfig

parent ff758a12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.