hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/amd/amdkfd/Kconfig
....@@ -1,11 +1,12 @@
1
+# SPDX-License-Identifier: MIT
12 #
23 # Heterogenous system architecture configuration
34 #
45
56 config HSA_AMD
6
- tristate "HSA kernel driver for AMD GPU devices"
7
- depends on DRM_AMDGPU && X86_64
8
- imply AMD_IOMMU_V2
7
+ bool "HSA kernel driver for AMD GPU devices"
8
+ depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64)
9
+ imply AMD_IOMMU_V2 if X86_64
910 select MMU_NOTIFIER
1011 help
1112 Enable this if you want to use HSA features on AMD GPU devices.