Loading drivers/rpmsg/Kconfig +9 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,15 @@ config RPMSG_QCOM_GLINK_SPSS region with the remote proc by writing the smem descriptor location region with the remote proc by writing the smem descriptor location and size into shared registers. and size into shared registers. config RPMSG_QCOM_GLINK_SPI tristate "Qualcomm SPI Glink driver" help Say y here to enable support for the GLINK SPI communication driver, which provides support for using the GLINK communication protocol over SPI. This transport performs marshaling of GLINK commands and data to the appropriate SPI bus wire format and allows for GLINK communication with remote subsystems that are external to the SoC. config RPMSG_QCOM_SMD config RPMSG_QCOM_SMD tristate "Qualcomm Shared Memory Driver (SMD)" tristate "Qualcomm Shared Memory Driver (SMD)" depends on QCOM_SMEM depends on QCOM_SMEM Loading drivers/rpmsg/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -5,5 +5,6 @@ obj-$(CONFIG_RPMSG_QCOM_GLINK_RPM) += qcom_glink_rpm.o obj-$(CONFIG_RPMSG_QCOM_GLINK_NATIVE) += qcom_glink_native.o obj-$(CONFIG_RPMSG_QCOM_GLINK_NATIVE) += qcom_glink_native.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SMEM) += qcom_glink_smem.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SMEM) += qcom_glink_smem.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SPSS) += qcom_glink_spss.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SPSS) += qcom_glink_spss.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SPI) += qcom_glink_spi.o obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o Loading
drivers/rpmsg/Kconfig +9 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,15 @@ config RPMSG_QCOM_GLINK_SPSS region with the remote proc by writing the smem descriptor location region with the remote proc by writing the smem descriptor location and size into shared registers. and size into shared registers. config RPMSG_QCOM_GLINK_SPI tristate "Qualcomm SPI Glink driver" help Say y here to enable support for the GLINK SPI communication driver, which provides support for using the GLINK communication protocol over SPI. This transport performs marshaling of GLINK commands and data to the appropriate SPI bus wire format and allows for GLINK communication with remote subsystems that are external to the SoC. config RPMSG_QCOM_SMD config RPMSG_QCOM_SMD tristate "Qualcomm Shared Memory Driver (SMD)" tristate "Qualcomm Shared Memory Driver (SMD)" depends on QCOM_SMEM depends on QCOM_SMEM Loading
drivers/rpmsg/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -5,5 +5,6 @@ obj-$(CONFIG_RPMSG_QCOM_GLINK_RPM) += qcom_glink_rpm.o obj-$(CONFIG_RPMSG_QCOM_GLINK_NATIVE) += qcom_glink_native.o obj-$(CONFIG_RPMSG_QCOM_GLINK_NATIVE) += qcom_glink_native.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SMEM) += qcom_glink_smem.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SMEM) += qcom_glink_smem.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SPSS) += qcom_glink_spss.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SPSS) += qcom_glink_spss.o obj-$(CONFIG_RPMSG_QCOM_GLINK_SPI) += qcom_glink_spi.o obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o