kernel/drivers/gpu/drm/amd/amdkfd/Kconfig
.. .. @@ -1,11 +1,12 @@ 1 +# SPDX-License-Identifier: MIT1 2 # 2 3 # Heterogenous system architecture configuration 3 4 # 4 5 5 6 config HSA_AMD 6 - tristate "HSA kernel driver for AMD GPU devices"7 - depends on DRM_AMDGPU && X86_648 - imply AMD_IOMMU_V27 + bool "HSA kernel driver for AMD GPU devices"8 + depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64)9 + imply AMD_IOMMU_V2 if X86_649 10 select MMU_NOTIFIER 10 11 help 11 12 Enable this if you want to use HSA features on AMD GPU devices.