nuttx-update/drivers/vhost/Kconfig
Bowen Wang c42576e87b drivers/vhost-rng: add vhost rng driver support for NuttX
vhost-rng is a simple virtio device implementation, it receives
the buffer receviced from the virtio-rng driver and fill the random
number to this buffer and return to virtio-rng.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-03 17:37:40 +08:00

17 lines
333 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
config DRIVERS_VHOST_RNG
bool "Virtual Host Rng Device Support"
default n
endif # DRIVERS_VHOST