virtio and vhost-rpmsg: add virtio and vhost rpmsg device support

virtio and vhost rpmsg device as standalone device registered to
the virtio and vhost bus.

virtio-rpmsg and vhost-rpmsg use the common virtio_rpmsg_common.c
implementation in rpmsg dir.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
Bowen Wang
2024-07-22 22:41:09 +08:00
committed by GUIDINGLI
parent 6003369ceb
commit 4ded8df3d5
12 changed files with 272 additions and 0 deletions
+5
View File
@@ -79,6 +79,11 @@ config DRIVERS_VIRTIO_RPMB
bool "Virtio RPMB support"
default n
config DRIVERS_VIRTIO_RPMSG
bool "Virtio Rpmsg support"
default n
select RPMSG_VIRTIO
config DRIVERS_VIRTIO_SERIAL
bool "Virtio serial support"
depends on SERIAL