Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Qualcomm Cloud AI accelerators driver
4#
5
6config DRM_ACCEL_QAIC
7 tristate "Qualcomm Cloud AI accelerators"
8 depends on DRM_ACCEL
9 depends on PCI && HAS_IOMEM
10 depends on MHI_BUS
11 depends on MMU
12 select CRC32
13 help
14 Enables driver for Qualcomm's Cloud AI accelerator PCIe cards that are
15 designed to accelerate Deep Learning inference workloads.
16
17 The driver manages the PCIe devices and provides an IOCTL interface
18 for users to submit workloads to the devices.
19
20 If unsure, say N.
21
22 To compile this driver as a module, choose M here: the
23 module will be called qaic.