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