]> Git Repo - linux.git/blob - drivers/accel/ivpu/Kconfig
crypto: akcipher - Drop sign/verify operations
[linux.git] / drivers / accel / ivpu / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
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         help
12           Choose this option if you have a system with an 14th generation
13           Intel CPU (Meteor Lake) or newer. Intel NPU (formerly called Intel VPU)
14           is a CPU-integrated inference accelerator for Computer Vision
15           and Deep Learning applications.
16
17           If "M" is selected, the module will be called intel_vpu.
This page took 0.036977 seconds and 4 git commands to generate.