Sign in
gem5
/
arm
/
linux
/
1cb483a5cc84b497afb51a6c5dfb5a38a0b67086
/
.
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
Kconfig
blob: e13c67c8d2c0ed85ac4666a9d31ff929dc8e05b6 [
file
] [
log
] [
blame
]
#
# 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
.