Kconfig 568 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_ACCEL_IVPU
  3. tristate "Intel NPU (Neural Processing Unit)"
  4. depends on DRM_ACCEL
  5. depends on X86_64 && !UML
  6. depends on PCI && PCI_MSI
  7. select FW_LOADER
  8. select DRM_GEM_SHMEM_HELPER
  9. select GENERIC_ALLOCATOR
  10. help
  11. Choose this option if you have a system with an 14th generation
  12. Intel CPU (Meteor Lake) or newer. Intel NPU (formerly called Intel VPU)
  13. is a CPU-integrated inference accelerator for Computer Vision
  14. and Deep Learning applications.
  15. If "M" is selected, the module will be called intel_vpu.