xref: /linux/drivers/accel/qaic/Kconfig (revision 0b3bc018e86afdc0cbfef61328c63d5c08f8b370)
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	select CRC32
12	help
13	  Enables driver for Qualcomm's Cloud AI accelerator PCIe cards that are
14	  designed to accelerate Deep Learning inference workloads.
15
16	  The driver manages the PCIe devices and provides an IOCTL interface
17	  for users to submit workloads to the devices.
18
19	  If unsure, say N.
20
21	  To compile this driver as a module, choose M here: the
22	  module will be called qaic.
23