brintos

brintos / linux-shallow public Read only

0
0
Text · 625 B · a9f8662 Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Qualcomm Cloud AI accelerators driver4#5 6config DRM_ACCEL_QAIC7	tristate "Qualcomm Cloud AI accelerators"8	depends on DRM_ACCEL9	depends on PCI && HAS_IOMEM10	depends on MHI_BUS11	depends on MMU12	select CRC3213	help14	  Enables driver for Qualcomm's Cloud AI accelerator PCIe cards that are15	  designed to accelerate Deep Learning inference workloads.16 17	  The driver manages the PCIe devices and provides an IOCTL interface18	  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: the23	  module will be called qaic.24