Rtwo/kernel/motorola/sm8550/drivers/soc/qcom/hgsl/Kconfig
2025-09-30 19:22:48 -05:00

22 lines
723 B
Text

# SPDX-License-Identifier: GPL-2.0-only
#
# Hypervisor graphics system layer configuration
#
config QCOM_HGSL
tristate "Graphics driver for Hypervisor"
depends on QTI_QUIN_GVM || ARCH_QTI_VM
depends on MSM_HAB
help
This driver could help commands submmitting functions for
hypervisor Linux. With HFI feature provided by A6x, it
could submit commands directly to hardware without passing
them to host system.
config QCOM_HGSL_TCSR_SIGNAL
tristate "TCSR signal for Hypervisor GSL"
depends on MFD_SYSCON && QCOM_HGSL
help
The TCSR compute signal module provides hgsl driver
in hypervisor Linux a way to send/receive signals
to/from A6x GPU hardware directly, without going
through host system.