Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

menu "Rpmsg drivers"

# CONFIG_RPMSG always gets selected by whoever wants it
config CONFIG_RPMSG
	tristate

config CONFIG_RPMSG_QCOM_SMD
	tristate "Qualcomm Shared Memory Driver (SMD)"
	depends on CONFIG_QCOM_SMEM
	depends on CONFIG_QCOM_SMD=n
	select CONFIG_RPMSG
	help
	  Say y here to enable support for the Qualcomm Shared Memory Driver
	  providing communication channels to remote processors in Qualcomm
	  platforms.

config CONFIG_RPMSG_VIRTIO
	tristate
	select CONFIG_RPMSG
	select CONFIG_VIRTIO
	select CONFIG_VIRTUALIZATION

endmenu