mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 17:44:52 +07:00
04d5e27658
Since KFD is only supported by single GPU driver, it makes sense to merge amdgpu and amdkfd into one module. This patch is the initial step: merge Kconfig and Makefile. v2: also remove kfd from drm Kconfig Signed-off-by: Amber Lin <Amber.Lin@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
#
|
|
# Heterogenous system architecture configuration
|
|
#
|
|
|
|
config HSA_AMD
|
|
bool "HSA kernel driver for AMD GPU devices"
|
|
depends on DRM_AMDGPU && X86_64
|
|
imply AMD_IOMMU_V2
|
|
select MMU_NOTIFIER
|
|
help
|
|
Enable this if you want to use HSA features on AMD GPU devices.
|