]> Git Repo - linux.git/blame - drivers/accel/qaic/Kconfig
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / drivers / accel / qaic / Kconfig
CommitLineData
759662e4
JH
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.
This page took 0.082073 seconds and 4 git commands to generate.