xref: /linux/drivers/gpu/drm/amd/amdkfd/Kconfig (revision 3c545084130c1fd5cf873a5fec3ee29070128e06)
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.
12