1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_ACCEL_IVPU 4 tristate "Intel NPU (Neural Processing Unit)" 5 depends on DRM_ACCEL 6 depends on X86_64 && !UML 7 depends on PCI && PCI_MSI 8 select FW_LOADER 9 select DRM_GEM_SHMEM_HELPER 10 select GENERIC_ALLOCATOR 11 select WANT_DEV_COREDUMP 12 help 13 Choose this option if you have a system with an 14th generation 14 Intel CPU (Meteor Lake) or newer. Intel NPU (formerly called Intel VPU) 15 is a CPU-integrated inference accelerator for Computer Vision 16 and Deep Learning applications. 17 18 If "M" is selected, the module will be called intel_vpu. 19 20config DRM_ACCEL_IVPU_DEBUG 21 bool "Intel NPU debug mode" 22 depends on DRM_ACCEL_IVPU 23 help 24 Choose this option to enable additional 25 debug features for the Intel NPU driver: 26 - Always print debug messages regardless of dyndbg config, 27 - Enable unsafe module params. 28