mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 05:18:41 +07:00
a49493b548
This patch removes the dependency of amdkfd upon DRM_AMDGPU symbol in amdkfd's Kconfig file. This is done because amdgpu driver is not yet upstreamed and therefore, DRM_AMDGPU symbol is not present in any Kconfig file. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
#
|
|
# Heterogenous system architecture configuration
|
|
#
|
|
|
|
config HSA_AMD
|
|
tristate "HSA kernel driver for AMD GPU devices"
|
|
depends on DRM_RADEON && AMD_IOMMU_V2 && X86_64
|
|
help
|
|
Enable this if you want to use HSA features on AMD GPU devices.
|