Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / accel / ivpu / Kconfig
blob9e055b5ce03d22b89b79233b55caed24dfd00ead
1 # SPDX-License-Identifier: GPL-2.0-only
3 config 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.
18           If "M" is selected, the module will be called intel_vpu.
20 config 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.