30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# HabanaLabs AI accelerators driver4#5 6config DRM_ACCEL_HABANALABS7 tristate "HabanaLabs AI accelerators"8 depends on DRM_ACCEL9 depends on X86_6410 depends on PCI && HAS_IOMEM11 select GENERIC_ALLOCATOR12 select HWMON13 select DMA_SHARED_BUFFER14 select CRC3215 select FW_LOADER16 help17 Enables PCIe card driver for Habana's AI Processors (AIP) that are18 designed to accelerate Deep Learning inference and training workloads.19 20 The driver manages the PCIe devices and provides IOCTL interface for21 the user to submit workloads to the devices.22 23 The user-space interface is described in24 include/uapi/drm/habanalabs_accel.h25 26 If unsure, say N.27 28 To compile this driver as a module, choose M here: the29 module will be called habanalabs.30