mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
1 changed files with 7 additions and 5 deletions
|
@ -60,9 +60,11 @@ config VIRTIO_BLK
|
|||
QEMU based targets.
|
||||
|
||||
config VIRTIO_RNG
|
||||
bool "virtio rng driver"
|
||||
depends on VIRTIO
|
||||
help
|
||||
This is the virtual random number generator driver. It can be used
|
||||
with Qemu based targets.
|
||||
bool "virtio rng driver"
|
||||
depends on DM_RNG
|
||||
depends on VIRTIO
|
||||
default y
|
||||
help
|
||||
This is the virtual random number generator driver. It can be used
|
||||
with QEMU based targets.
|
||||
endmenu
|
||||
|
|
Loading…
Reference in a new issue