Kconfig 868 B

123456789101112131415161718192021222324252627
  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. select WANT_DEV_COREDUMP
  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. If "M" is selected, the module will be called intel_vpu.
  17. config DRM_ACCEL_IVPU_DEBUG
  18. bool "Intel NPU debug mode"
  19. depends on DRM_ACCEL_IVPU
  20. help
  21. Choose this option to enable additional
  22. debug features for the Intel NPU driver:
  23. - Always print debug messages regardless of dyndbg config,
  24. - Enable unsafe module params.