Kconfig 423 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Shared Heap for external processors
  4. #
  5. config MEM_SHARE_QMI_SERVICE
  6. tristate "Shared Heap for external processors"
  7. select QCOM_QMI_HELPERS
  8. help
  9. Memory Share Kernel QTI Messaging Interface Service
  10. receives requests from Modem Processor Sub System
  11. for heap alloc/free from Application Processor
  12. Sub System and send a response back to client with
  13. proper handle/address.