Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
Note: File does not exist in v3.1.
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# HabanaLabs AI accelerators driver
 4#
 5
 6config HABANA_AI
 7	tristate "HabanaAI accelerators (habanalabs)"
 8	depends on PCI && HAS_IOMEM
 9	select GENERIC_ALLOCATOR
10	select HWMON
11	help
12	  Enables PCIe card driver for Habana's AI Processors (AIP) that are
13	  designed to accelerate Deep Learning inference and training workloads.
14
15	  The driver manages the PCIe devices and provides IOCTL interface for
16	  the user to submit workloads to the devices.
17
18	  The user-space interface is described in
19	  include/uapi/misc/habanalabs.h
20
21	  If unsure, say N.
22
23	  To compile this driver as a module, choose M here: the
24	  module will be called habanalabs.