Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v5.9
 1# SPDX-License-Identifier: MIT
 2#
 3# Heterogenous system architecture configuration
 4#
 5
 6config HSA_AMD
 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
10	select MMU_NOTIFIER
11	help
12	  Enable this if you want to use HSA features on AMD GPU devices.
v4.17
 
 1#
 2# Heterogenous system architecture configuration
 3#
 4
 5config HSA_AMD
 6	tristate "HSA kernel driver for AMD GPU devices"
 7	depends on DRM_AMDGPU && X86_64
 8	imply AMD_IOMMU_V2
 9	select MMU_NOTIFIER
10	help
11	  Enable this if you want to use HSA features on AMD GPU devices.