menu "Rpmsg drivers"

# RPMSG always gets selected by whoever wants it
config RPMSG
	tristate
	select VIRTIO
	select VIRTUALIZATION

config RPMSG_RPC
	tristate "rpmsg Remote Procedure Call driver"
	default n
	depends on RPMSG
	depends on REMOTEPROC
	depends on OMAP_REMOTEPROC
	select DMA_SHARED_BUFFER
	---help---
	  An rpmsg driver that exposes the Remote Procedure Call API to
	  user space, in order to allow applications to distribute
	  remote calls to more power-efficient remote processors. This is
	  currently available only on OMAP4+ systems.

	  If unsure, say N.

endmenu
