Kconfig 475 B

123456789101112131415161718192021222324
  1. menu "Rpmsg drivers"
  2. # RPMSG always gets selected by whoever wants it
  3. config RPMSG
  4. tristate
  5. config RPMSG_QCOM_SMD
  6. tristate "Qualcomm Shared Memory Driver (SMD)"
  7. depends on QCOM_SMEM
  8. depends on QCOM_SMD=n
  9. select RPMSG
  10. help
  11. Say y here to enable support for the Qualcomm Shared Memory Driver
  12. providing communication channels to remote processors in Qualcomm
  13. platforms.
  14. config RPMSG_VIRTIO
  15. tristate
  16. select RPMSG
  17. select VIRTIO
  18. select VIRTUALIZATION
  19. endmenu