2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-02-15 22:39:11 +00:00
|
|
|
#
|
|
|
|
# HabanaLabs AI accelerators driver
|
|
|
|
#
|
|
|
|
|
2022-12-26 21:05:00 +00:00
|
|
|
config DRM_ACCEL_HABANALABS
|
|
|
|
tristate "HabanaLabs AI accelerators"
|
|
|
|
depends on DRM_ACCEL
|
|
|
|
depends on X86_64
|
2019-03-02 09:32:12 +00:00
|
|
|
depends on PCI && HAS_IOMEM
|
2019-02-26 16:42:35 +00:00
|
|
|
select GENERIC_ALLOCATOR
|
2019-03-02 09:32:12 +00:00
|
|
|
select HWMON
|
2021-06-15 07:55:43 +00:00
|
|
|
select DMA_SHARED_BUFFER
|
2021-10-11 15:14:43 +00:00
|
|
|
select CRC32
|
2022-08-15 10:59:14 +00:00
|
|
|
select FW_LOADER
|
2019-02-15 22:39:11 +00:00
|
|
|
help
|
|
|
|
Enables PCIe card driver for Habana's AI Processors (AIP) that are
|
|
|
|
designed to accelerate Deep Learning inference and training workloads.
|
|
|
|
|
|
|
|
The driver manages the PCIe devices and provides IOCTL interface for
|
|
|
|
the user to submit workloads to the devices.
|
|
|
|
|
|
|
|
The user-space interface is described in
|
2022-12-20 12:12:19 +00:00
|
|
|
include/uapi/drm/habanalabs_accel.h
|
2019-02-15 22:39:11 +00:00
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called habanalabs.
|