blob: 620fef55aea39400c4d06b477f7b06afeacf3087 [file] [log] [blame]
menu "Rpmsg drivers"
# RPMSG always gets selected by whoever wants it
config RPMSG
tristate
select VIRTIO
select VIRTUALIZATION
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