xref: /openbmc/linux/drivers/accel/ivpu/Kconfig (revision 06ba8020)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_ACCEL_IVPU
4	tristate "Intel VPU for Meteor Lake and newer"
5	depends on DRM_ACCEL
6	depends on X86_64 && !UML
7	depends on PCI && PCI_MSI
8	select FW_LOADER
9	select SHMEM
10	help
11	  Choose this option if you have a system that has an 14th generation Intel CPU
12	  or newer. VPU stands for Versatile Processing Unit and it's a CPU-integrated
13	  inference accelerator for Computer Vision and Deep Learning applications.
14
15	  If "M" is selected, the module will be called intel_vpu.
16