menu "Rpmsg drivers (EXPERIMENTAL)" # RPMSG always gets selected by whoever wants it config RPMSG tristate select VIRTIO select VIRTIO_RING depends on EXPERIMENTAL config RPMSG_IPC tristate "Build rpmsg ipc driver" depends on RPMSG help Build an rpmsg ipc driver, which demonstrates how IA communicates with remote processor through IPC rpmsg over the rpmsg bus. It register a rpmsg driver matched with the rpmsg device created in remoteproc framework. endmenu