virtio is a framework to implement the virtio drivers vhost (Virtual Host) is a framework to implement the virtio devices With the virtio and vhost framework, we can use the virtio drivers and vhost drivers to implement the cross-core communication. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
13 lines
256 B
Text
13 lines
256 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig DRIVERS_VHOST
|
|
bool "Virtual Host Support"
|
|
select OPENAMP
|
|
default n
|
|
|
|
if DRIVERS_VHOST
|
|
|
|
endif # DRIVERS_VHOST
|