drm/amdkfd: fix the build when CIK support is disabled
[linux-2.6-block.git] / drivers / gpu / drm / amd / amdkfd / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
4a488a7a
OG
2#
3# Heterogenous system architecture configuration
4#
5
6config HSA_AMD
04d5e276 7 bool "HSA kernel driver for AMD GPU devices"
d1c234e2
FK
8 depends on DRM_AMDGPU && (X86_64 || ARM64)
9 imply AMD_IOMMU_V2 if X86_64
7bbc0b95 10 select MMU_NOTIFIER
4a488a7a
OG
11 help
12 Enable this if you want to use HSA features on AMD GPU devices.