brintos

brintos / linux-shallow public Read only

0
0
Text · 568 B · 682c532 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config DRM_ACCEL_IVPU4	tristate "Intel NPU (Neural Processing Unit)"5	depends on DRM_ACCEL6	depends on X86_64 && !UML7	depends on PCI && PCI_MSI8	select FW_LOADER9	select DRM_GEM_SHMEM_HELPER10	select GENERIC_ALLOCATOR11	help12	  Choose this option if you have a system with an 14th generation13	  Intel CPU (Meteor Lake) or newer. Intel NPU (formerly called Intel VPU)14	  is a CPU-integrated inference accelerator for Computer Vision15	  and Deep Learning applications.16 17	  If "M" is selected, the module will be called intel_vpu.18