Kconfig 257 B

123456789
  1. #
  2. # Heterogenous system architecture configuration
  3. #
  4. config HSA_AMD
  5. tristate "HSA kernel driver for AMD GPU devices"
  6. depends on (DRM_RADEON || DRM_AMDGPU) && AMD_IOMMU_V2 && X86_64
  7. help
  8. Enable this if you want to use HSA features on AMD GPU devices.