mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
#
|
|
# Heterogenous system architecture configuration
|
|
#
|
|
|
|
config HSA_AMD
|
|
tristate "HSA kernel driver for AMD GPU devices"
|
|
depends on (DRM_RADEON || DRM_AMDGPU) && AMD_IOMMU_V2 && X86_64
|
|
help
|
|
Enable this if you want to use HSA features on AMD GPU devices.
|