mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
riscv: qemu: imply CONFIG_DM_RNG
The EFI_RNG_PROTOCOL is needed for Linux' KASLR. QEMU can provide a virtio-rng device to emulate a hardware random number generator which is supported by our virtio_rng driver. Enabling CONFIG_DM_RNG will enable CONFIG_VIRTIO_RNG and CONFIG_EFI_RNG_PROTOCOL by default too. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
ec58228830
commit
1b7de4f9ef
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
imply NVME
|
||||
imply PCI
|
||||
imply PCIE_ECAM_GENERIC
|
||||
imply DM_RNG
|
||||
imply SCSI
|
||||
imply DM_SCSI
|
||||
imply SYS_NS16550
|
||||
|
|
Loading…
Reference in a new issue