Kconfig 723 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Hypervisor graphics system layer configuration
  4. #
  5. config QCOM_HGSL
  6. tristate "Graphics driver for Hypervisor"
  7. depends on QTI_QUIN_GVM || ARCH_QTI_VM
  8. depends on MSM_HAB
  9. help
  10. This driver could help commands submmitting functions for
  11. hypervisor Linux. With HFI feature provided by A6x, it
  12. could submit commands directly to hardware without passing
  13. them to host system.
  14. config QCOM_HGSL_TCSR_SIGNAL
  15. tristate "TCSR signal for Hypervisor GSL"
  16. depends on MFD_SYSCON && QCOM_HGSL
  17. help
  18. The TCSR compute signal module provides hgsl driver
  19. in hypervisor Linux a way to send/receive signals
  20. to/from A6x GPU hardware directly, without going
  21. through host system.