]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - drivers/misc/habanalabs/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / misc / habanalabs / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # HabanaLabs AI accelerators driver
4 #
5
6 config HABANA_AI
7 tristate "HabanaAI accelerators (habanalabs)"
8 depends on PCI && HAS_IOMEM
9 select FRAME_VECTOR
10 select DMA_SHARED_BUFFER
11 select GENERIC_ALLOCATOR
12 select HWMON
13 help
14 Enables PCIe card driver for Habana's AI Processors (AIP) that are
15 designed to accelerate Deep Learning inference and training workloads.
16
17 The driver manages the PCIe devices and provides IOCTL interface for
18 the user to submit workloads to the devices.
19
20 The user-space interface is described in
21 include/uapi/misc/habanalabs.h
22
23 If unsure, say N.
24
25 To compile this driver as a module, choose M here: the
26 module will be called habanalabs.