Kconfig 651 B

12345678910111213141516171819202122232425
  1. # Qualcomm IPC Router configuration
  2. #
  3. config QRTR
  4. tristate "Qualcomm IPC Router support"
  5. depends on ARCH_QCOM || COMPILE_TEST
  6. ---help---
  7. Say Y if you intend to use Qualcomm IPC router protocol. The
  8. protocol is used to communicate with services provided by other
  9. hardware blocks in the system.
  10. In order to do service lookups, a userspace daemon is required to
  11. maintain a service listing.
  12. if QRTR
  13. config QRTR_SMD
  14. tristate "SMD IPC Router channels"
  15. depends on RPMSG || (COMPILE_TEST && RPMSG=n)
  16. ---help---
  17. Say Y here to support SMD based ipcrouter channels. SMD is the
  18. most common transport for IPC Router.
  19. endif # QRTR