xref: /linux/drivers/accel/qaic/Kconfig (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
1759662e4SJeffrey Hugo# SPDX-License-Identifier: GPL-2.0-only
2759662e4SJeffrey Hugo#
3759662e4SJeffrey Hugo# Qualcomm Cloud AI accelerators driver
4759662e4SJeffrey Hugo#
5759662e4SJeffrey Hugo
6759662e4SJeffrey Hugoconfig DRM_ACCEL_QAIC
7759662e4SJeffrey Hugo	tristate "Qualcomm Cloud AI accelerators"
8759662e4SJeffrey Hugo	depends on DRM_ACCEL
9759662e4SJeffrey Hugo	depends on PCI && HAS_IOMEM
10759662e4SJeffrey Hugo	depends on MHI_BUS
11759662e4SJeffrey Hugo	select CRC32
12*6bc1fe6cSPranjal Ramajor Asha Kanojiya	select WANT_DEV_COREDUMP
13759662e4SJeffrey Hugo	help
14759662e4SJeffrey Hugo	  Enables driver for Qualcomm's Cloud AI accelerator PCIe cards that are
15759662e4SJeffrey Hugo	  designed to accelerate Deep Learning inference workloads.
16759662e4SJeffrey Hugo
17759662e4SJeffrey Hugo	  The driver manages the PCIe devices and provides an IOCTL interface
18759662e4SJeffrey Hugo	  for users to submit workloads to the devices.
19759662e4SJeffrey Hugo
20759662e4SJeffrey Hugo	  If unsure, say N.
21759662e4SJeffrey Hugo
22759662e4SJeffrey Hugo	  To compile this driver as a module, choose M here: the
23759662e4SJeffrey Hugo	  module will be called qaic.
24