mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 06:21:34 +07:00
70ebe8a482
KFD has been verified to function on POWER systems (Talos II / Vega 64). It should be available as a kernel configuration option on these systems. Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Heterogenous system architecture configuration
|
|
#
|
|
|
|
config HSA_AMD
|
|
bool "HSA kernel driver for AMD GPU devices"
|
|
depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64)
|
|
imply AMD_IOMMU_V2 if X86_64
|
|
select MMU_NOTIFIER
|
|
help
|
|
Enable this if you want to use HSA features on AMD GPU devices.
|