xref: /openbmc/linux/drivers/accel/ivpu/Kconfig (revision 69f03be1)
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	select GENERIC_ALLOCATOR
11	help
12	  Choose this option if you have a system that has an 14th generation Intel CPU
13	  or newer. VPU stands for Versatile Processing Unit and it's a CPU-integrated
14	  inference accelerator for Computer Vision and Deep Learning applications.
15
16	  If "M" is selected, the module will be called intel_vpu.
17