Kconfig (6b16f5d12202a23d875915349cc031c07fe1b3ec) | Kconfig (04d5e2765802241b54ee93d1e655123c39fa7385) |
---|---|
1# 2# Heterogenous system architecture configuration 3# 4 5config HSA_AMD | 1# 2# Heterogenous system architecture configuration 3# 4 5config HSA_AMD |
6 tristate "HSA kernel driver for AMD GPU devices" | 6 bool "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. | 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. |