diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-02-14 23:28:58 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-02-19 12:53:36 +0100 |
commit | 0e228853b520611a0ee6fe2b9bd7a0bc3f8c30fc (patch) | |
tree | 174b6dfcafbd6d077864b6a5510f794b7dc1f343 | |
parent | 7d4d551e7dcea15d63be9a61ad013134e362f6cb (diff) | |
download | u-boot-0e228853b520611a0ee6fe2b9bd7a0bc3f8c30fc.tar.gz |
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>
-rw-r--r-- | lib/efi_loader/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index a7afa3f29e..76f43eca95 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -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 |