mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
efi_loader: enable RNG if DM_RNG is enabled
Enable EFI_RNG_PROTOCOL by default if DM_RNG is set. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org> Remove superfluous 'if DM_RNG' Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
9cb3ce2558
commit
bdf329e4a3
@ -126,6 +126,7 @@ config EFI_GRUB_ARM32_WORKAROUND
|
||||
config EFI_RNG_PROTOCOL
|
||||
bool "EFI_RNG_PROTOCOL support"
|
||||
depends on DM_RNG
|
||||
default y
|
||||
help
|
||||
Provide a EFI_RNG_PROTOCOL implementation using the hardware random
|
||||
number generator of the platform.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user