Home | History | Annotate | Line # | Download | only in amdkfd
      1  1.3  riastrad # SPDX-License-Identifier: MIT
      2  1.1  riastrad #
      3  1.1  riastrad # Heterogenous system architecture configuration
      4  1.1  riastrad #
      5  1.1  riastrad 
      6  1.1  riastrad config HSA_AMD
      7  1.3  riastrad 	bool "HSA kernel driver for AMD GPU devices"
      8  1.3  riastrad 	depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64)
      9  1.3  riastrad 	imply AMD_IOMMU_V2 if X86_64
     10  1.3  riastrad 	select MMU_NOTIFIER
     11  1.1  riastrad 	help
     12  1.1  riastrad 	  Enable this if you want to use HSA features on AMD GPU devices.
     13