Kconfig 850 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # QTI Message Queue Socket configuration
  3. #
  4. config QMSGQ
  5. tristate "QTI Message Queue Socket"
  6. select VSOCKETS
  7. help
  8. Say Y if you intend to use QTI Message Queue Socket protocol. The
  9. protocol is used to communicate with baremetal VM and platforms
  10. that use the Gunyah Hypervisor. This protocol will mimic the vsock
  11. address space with cid and port id but allow for guest to guest
  12. communication.
  13. if QMSGQ
  14. config QMSGQ_GUNYAH
  15. tristate "QTI Message Queue Socket Gunyah Transport"
  16. depends on GH_MSGQ
  17. depends on QMSGQ
  18. help
  19. Say Y here to support Gunyah Message Queue based transport for the
  20. QMSGQ Socket Transport. This transport is intended to facilitate
  21. Guest to Guest communication on the Gunyah Hypervisor. This transport
  22. supports Datagram and Seqpacket operations.
  23. endif # QMSGQ