Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cef4908 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "rpmsg: Introduce GLINK SPI driver"

parents e8f64ed3 3a63e37c
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -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
+1 −0
Original line number Original line Diff line number Diff line
@@ -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