mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
efi_loader: EFI_RNG_PROTOCOL
Do not use quotation marks for Kconfig help text. Replace rng abbreviation by full words. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
7d4d551e7d
commit
0e228853b5
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ config EFI_RNG_PROTOCOL
|
|||
bool "EFI_RNG_PROTOCOL support"
|
||||
depends on DM_RNG
|
||||
help
|
||||
"Support for EFI_RNG_PROTOCOL implementation. Uses the rng
|
||||
device on the platform"
|
||||
Provide a EFI_RNG_PROTOCOL implementation using the hardware random
|
||||
number generator of the platform.
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue