1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_ACCEL_AMDXDNA 4 tristate "AMD AI Engine" 5 depends on AMD_IOMMU 6 depends on DRM_ACCEL 7 depends on PCI && HAS_IOMEM 8 depends on X86_64 9 select DRM_SCHED 10 select DRM_GEM_SHMEM_HELPER 11 select FW_LOADER 12 select HMM_MIRROR 13 help 14 Choose this option to enable support for NPU integrated into AMD 15 client CPUs like AMD Ryzen AI 300 Series. AMD NPU can be used to 16 accelerate machine learning applications. 17 18 If "M" is selected, the driver module will be amdxdna. 19