• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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