Kconfig 266 B

123456789101112
  1. #
  2. # Heterogenous system architecture configuration
  3. #
  4. config HSA_AMD
  5. tristate "HSA kernel driver for AMD GPU devices"
  6. depends on DRM_AMDGPU && X86_64
  7. imply AMD_IOMMU_V2
  8. select MMU_NOTIFIER
  9. help
  10. Enable this if you want to use HSA features on AMD GPU devices.