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