0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # HabanaLabs AI accelerators driver
0004 #
0005
0006 config HABANA_AI
0007 tristate "HabanaAI accelerators (habanalabs)"
0008 depends on PCI && HAS_IOMEM
0009 select GENERIC_ALLOCATOR
0010 select HWMON
0011 select DMA_SHARED_BUFFER
0012 select CRC32
0013 help
0014 Enables PCIe card driver for Habana's AI Processors (AIP) that are
0015 designed to accelerate Deep Learning inference and training workloads.
0016
0017 The driver manages the PCIe devices and provides IOCTL interface for
0018 the user to submit workloads to the devices.
0019
0020 The user-space interface is described in
0021 include/uapi/misc/habanalabs.h
0022
0023 If unsure, say N.
0024
0025 To compile this driver as a module, choose M here: the
0026 module will be called habanalabs.