gve: Do not fully free QPL pages on prefill errors
[linux-2.6-block.git] / drivers / accel / Kconfig
CommitLineData
8bf48897
OG
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Compute Acceleration device configuration
4#
5# This framework provides support for compute acceleration devices, such
6# as, but not limited to, Machine-Learning and Deep-Learning acceleration
7# devices
8#
3524c96a
AB
9if DRM
10
8bf48897
OG
11menuconfig DRM_ACCEL
12 bool "Compute Acceleration Framework"
8bf48897
OG
13 help
14 Framework for device drivers of compute acceleration devices, such
15 as, but not limited to, Machine-Learning and Deep-Learning
16 acceleration devices.
17 If you say Y here, you need to select the module that's right for
18 your acceleration device from the list below.
19 This framework is integrated with the DRM subsystem as compute
20 accelerators and GPUs share a lot in common and can use almost the
21 same infrastructure code.
22 Having said that, acceleration devices will have a different
23 major number than GPUs, and will be exposed to user-space using
24 different device files, called accel/accel* (in /dev, sysfs
25 and debugfs).
35b13763 26
e65e175b 27source "drivers/accel/habanalabs/Kconfig"
35b13763 28source "drivers/accel/ivpu/Kconfig"
759662e4 29source "drivers/accel/qaic/Kconfig"
3524c96a
AB
30
31endif