Kconfig (1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c) | Kconfig (7017996951fde84698ddfe7fd47f92bd9d9eb85d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menu "Rpmsg drivers" 4 5# RPMSG always gets selected by whoever wants it 6config RPMSG 7 tristate 8 9config RPMSG_CHAR 10 tristate "RPMSG device interface" 11 depends on RPMSG 12 depends on NET 13 help 14 Say Y here to export rpmsg endpoints as device files, usually found 15 in /dev. They make it possible for user-space programs to send and 16 receive rpmsg packets. 17 | 1# SPDX-License-Identifier: GPL-2.0 2 3menu "Rpmsg drivers" 4 5# RPMSG always gets selected by whoever wants it 6config RPMSG 7 tristate 8 9config RPMSG_CHAR 10 tristate "RPMSG device interface" 11 depends on RPMSG 12 depends on NET 13 help 14 Say Y here to export rpmsg endpoints as device files, usually found 15 in /dev. They make it possible for user-space programs to send and 16 receive rpmsg packets. 17 |
18config RPMSG_MTK_SCP 19 tristate "MediaTek SCP" 20 depends on MTK_SCP 21 select RPMSG 22 help 23 Say y here to enable support providing communication channels to 24 remote processors in MediaTek platforms. 25 This use IPI and IPC to communicate with remote processors. 26 |
|
18config RPMSG_QCOM_GLINK_NATIVE 19 tristate 20 select RPMSG 21 22config RPMSG_QCOM_GLINK_RPM 23 tristate "Qualcomm RPM Glink driver" 24 select RPMSG_QCOM_GLINK_NATIVE 25 depends on HAS_IOMEM --- 33 unchanged lines hidden --- | 27config RPMSG_QCOM_GLINK_NATIVE 28 tristate 29 select RPMSG 30 31config RPMSG_QCOM_GLINK_RPM 32 tristate "Qualcomm RPM Glink driver" 33 select RPMSG_QCOM_GLINK_NATIVE 34 depends on HAS_IOMEM --- 33 unchanged lines hidden --- |