| # SPDX-License-Identifier: GPL-2.0 |
| # RPMSG always gets selected by whoever wants it |
| tristate "RPMSG device interface" |
| Say Y here to export rpmsg endpoints as device files, usually found |
| in /dev. They make it possible for user-space programs to send and |
| Say y here to enable support providing communication channels to |
| remote processors in MediaTek platforms. |
| This use IPI and IPC to communicate with remote processors. |
| config RPMSG_QCOM_GLINK_RPM |
| tristate "Qualcomm RPM Glink driver" |
| Say y here to enable support for the GLINK RPM communication driver, |
| which serves as a channel for communication with the RPM in GLINK |
| config RPMSG_QCOM_GLINK_SMEM |
| tristate "Qualcomm SMEM Glink driver" |
| Say y here to enable support for the GLINK SMEM communication driver, |
| which provides support for using the GLINK communication protocol |
| tristate "Qualcomm Shared Memory Driver (SMD)" |
| Say y here to enable support for the Qualcomm Shared Memory Driver |
| providing communication channels to remote processors in Qualcomm |
| tristate "Virtio RPMSG bus driver" |