mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01:00
virtio: VIRTIO_RNG depends on DM_RNG
Add the missing Kconfig dependency and let VIRTIO_RNG default to yes. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
00a871d34e
commit
ca3ba71b9e
@ -60,9 +60,11 @@ config VIRTIO_BLK
|
|||||||
QEMU based targets.
|
QEMU based targets.
|
||||||
|
|
||||||
config VIRTIO_RNG
|
config VIRTIO_RNG
|
||||||
bool "virtio rng driver"
|
bool "virtio rng driver"
|
||||||
depends on VIRTIO
|
depends on DM_RNG
|
||||||
help
|
depends on VIRTIO
|
||||||
This is the virtual random number generator driver. It can be used
|
default y
|
||||||
with Qemu based targets.
|
help
|
||||||
|
This is the virtual random number generator driver. It can be used
|
||||||
|
with QEMU based targets.
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user