11.3Sriastrad# SPDX-License-Identifier: MIT
21.1Sriastrad#
31.1Sriastrad# Heterogenous system architecture configuration
41.1Sriastrad#
51.1Sriastrad
61.1Sriastradconfig HSA_AMD
71.3Sriastrad	bool "HSA kernel driver for AMD GPU devices"
81.3Sriastrad	depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64)
91.3Sriastrad	imply AMD_IOMMU_V2 if X86_64
101.3Sriastrad	select MMU_NOTIFIER
111.1Sriastrad	help
121.1Sriastrad	  Enable this if you want to use HSA features on AMD GPU devices.
13