mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user