drivers/accel/qaic/Kconfig

Source file repositories/reference/linux-study-clean/drivers/accel/qaic/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/accel/qaic/Kconfig
Extension
[no extension]
Size
635 bytes
Lines
24
Domain
Driver Families
Bucket
drivers/accel
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
#
# Qualcomm Cloud AI accelerators driver
#

config DRM_ACCEL_QAIC
	tristate "Qualcomm Cloud AI accelerators"
	depends on DRM_ACCEL
	depends on PCI && HAS_IOMEM
	depends on MHI_BUS
	select CRC32
	select WANT_DEV_COREDUMP
	help
	  Enables driver for Qualcomm's Cloud AI accelerator PCIe cards that are
	  designed to accelerate Deep Learning inference workloads.

	  The driver manages the PCIe devices and provides an IOCTL interface
	  for users to submit workloads to the devices.

	  If unsure, say N.

	  To compile this driver as a module, choose M here: the
	  module will be called qaic.

Annotation

Implementation Notes